GroupId | GroupIdorg.imixs.workflow |
---|---|
ArtifactId | ArtifactIdorg.imixs.workflow.jee.rest.services |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.imixs.workflow/org.imixs.workflow.jee.rest.services/ -->
<dependency>
<groupId>org.imixs.workflow</groupId>
<artifactId>org.imixs.workflow.jee.rest.services</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.imixs.workflow/org.imixs.workflow.jee.rest.services/
implementation 'org.imixs.workflow:org.imixs.workflow.jee.rest.services:1.0.0'
// https://jarcasting.com/artifacts/org.imixs.workflow/org.imixs.workflow.jee.rest.services/
implementation ("org.imixs.workflow:org.imixs.workflow.jee.rest.services:1.0.0")
'org.imixs.workflow:org.imixs.workflow.jee.rest.services:jar:1.0.0'
<dependency org="org.imixs.workflow" name="org.imixs.workflow.jee.rest.services" rev="1.0.0">
<artifact name="org.imixs.workflow.jee.rest.services" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.imixs.workflow', module='org.imixs.workflow.jee.rest.services', version='1.0.0')
)
libraryDependencies += "org.imixs.workflow" % "org.imixs.workflow.jee.rest.services" % "1.0.0"
[org.imixs.workflow/org.imixs.workflow.jee.rest.services "1.0.0"]