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