Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.anwiba.commons |
ArtifactId | ArtifactIdanwiba-commons-workflow |
Version | Version1.0.76 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.anwiba.commons/anwiba-commons-workflow/ -->
<dependency>
<groupId>net.anwiba.commons</groupId>
<artifactId>anwiba-commons-workflow</artifactId>
<version>1.0.76</version>
</dependency>
// https://jarcasting.com/artifacts/net.anwiba.commons/anwiba-commons-workflow/
implementation 'net.anwiba.commons:anwiba-commons-workflow:1.0.76'
// https://jarcasting.com/artifacts/net.anwiba.commons/anwiba-commons-workflow/
implementation ("net.anwiba.commons:anwiba-commons-workflow:1.0.76")
'net.anwiba.commons:anwiba-commons-workflow:jar:1.0.76'
<dependency org="net.anwiba.commons" name="anwiba-commons-workflow" rev="1.0.76">
<artifact name="anwiba-commons-workflow" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.anwiba.commons', module='anwiba-commons-workflow', version='1.0.76')
)
libraryDependencies += "net.anwiba.commons" % "anwiba-commons-workflow" % "1.0.76"
[net.anwiba.commons/anwiba-commons-workflow "1.0.76"]