is not current version
Last Version 3.2-RC1

org.aperteworkflow:utils 1.1


GroupId

GroupId

org.aperteworkflow
ArtifactId

ArtifactId

utils
Version

Version

1.1
Type

Type

pom

Download utils 1.1

Filename Size
utils-1.1.pom 702 bytes
Browse

<!-- https://jarcasting.com/artifacts/org.aperteworkflow/utils/ -->
<dependency>
    <groupId>org.aperteworkflow</groupId>
    <artifactId>utils</artifactId>
    <version>1.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.aperteworkflow/utils/
implementation 'org.aperteworkflow:utils:1.1'
// https://jarcasting.com/artifacts/org.aperteworkflow/utils/
implementation ("org.aperteworkflow:utils:1.1")
'org.aperteworkflow:utils:pom:1.1'
<dependency org="org.aperteworkflow" name="utils" rev="1.1">
  <artifact name="utils" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.aperteworkflow', module='utils', version='1.1')
)
libraryDependencies += "org.aperteworkflow" % "utils" % "1.1"
[org.aperteworkflow/utils "1.1"]