GroupId | GroupIdorg.imixs.workflow |
---|---|
ArtifactId | ArtifactIdimixs-microservice-registry-core |
Version | Version2.0.7 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.imixs.workflow/imixs-microservice-registry-core/ -->
<dependency>
<groupId>org.imixs.workflow</groupId>
<artifactId>imixs-microservice-registry-core</artifactId>
<version>2.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.imixs.workflow/imixs-microservice-registry-core/
implementation 'org.imixs.workflow:imixs-microservice-registry-core:2.0.7'
// https://jarcasting.com/artifacts/org.imixs.workflow/imixs-microservice-registry-core/
implementation ("org.imixs.workflow:imixs-microservice-registry-core:2.0.7")
'org.imixs.workflow:imixs-microservice-registry-core:jar:2.0.7'
<dependency org="org.imixs.workflow" name="imixs-microservice-registry-core" rev="2.0.7">
<artifact name="imixs-microservice-registry-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.imixs.workflow', module='imixs-microservice-registry-core', version='2.0.7')
)
libraryDependencies += "org.imixs.workflow" % "imixs-microservice-registry-core" % "2.0.7"
[org.imixs.workflow/imixs-microservice-registry-core "2.0.7"]