Interface definitions that are used by all clients, like the UI or subsystem drivers. Services implementations contain the business logic of the application.
'org.openwms:org.openwms.core.service.api:1.0'
<dependency> <groupId>org.openwms</groupId> <artifactId>org.openwms.core.service.api</artifactId> <version>1.0</version> </dependency>
<dependency org="org.openwms" name="org.openwms.core.service.api" rev="1.0"/>
"org.openwms", "org.openwms.core.service.api", "1.0"