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