Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.anwiba.commons |
ArtifactId | ArtifactIdanwiba-commons-workflow |
Version | Version1.0.154 |
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.154</version>
</dependency>
// https://jarcasting.com/artifacts/net.anwiba.commons/anwiba-commons-workflow/
implementation 'net.anwiba.commons:anwiba-commons-workflow:1.0.154'
// https://jarcasting.com/artifacts/net.anwiba.commons/anwiba-commons-workflow/
implementation ("net.anwiba.commons:anwiba-commons-workflow:1.0.154")
'net.anwiba.commons:anwiba-commons-workflow:jar:1.0.154'
<dependency org="net.anwiba.commons" name="anwiba-commons-workflow" rev="1.0.154">
<artifact name="anwiba-commons-workflow" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.anwiba.commons', module='anwiba-commons-workflow', version='1.0.154')
)
libraryDependencies += "net.anwiba.commons" % "anwiba-commons-workflow" % "1.0.154"
[net.anwiba.commons/anwiba-commons-workflow "1.0.154"]