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