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