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