GroupId | GroupIdorg.imixs.workflow |
---|---|
ArtifactId | ArtifactIdimixs-archive-service |
Version | Version1.2.4 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.imixs.workflow/imixs-archive-service/ -->
<dependency>
<groupId>org.imixs.workflow</groupId>
<artifactId>imixs-archive-service</artifactId>
<version>1.2.4</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.imixs.workflow/imixs-archive-service/
implementation 'org.imixs.workflow:imixs-archive-service:1.2.4'
// https://jarcasting.com/artifacts/org.imixs.workflow/imixs-archive-service/
implementation ("org.imixs.workflow:imixs-archive-service:1.2.4")
'org.imixs.workflow:imixs-archive-service:war:1.2.4'
<dependency org="org.imixs.workflow" name="imixs-archive-service" rev="1.2.4">
<artifact name="imixs-archive-service" type="war" />
</dependency>
@Grapes(
@Grab(group='org.imixs.workflow', module='imixs-archive-service', version='1.2.4')
)
libraryDependencies += "org.imixs.workflow" % "imixs-archive-service" % "1.2.4"
[org.imixs.workflow/imixs-archive-service "1.2.4"]