GroupId | GroupIdorg.aperteworkflow |
---|---|
ArtifactId | ArtifactIdutils |
Version | Version3.0-beta1 |
Type | Typepom |
Filename | Size |
---|---|
utils-3.0-beta1.pom | 807 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.aperteworkflow/utils/ -->
<dependency>
<groupId>org.aperteworkflow</groupId>
<artifactId>utils</artifactId>
<version>3.0-beta1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.aperteworkflow/utils/
implementation 'org.aperteworkflow:utils:3.0-beta1'
// https://jarcasting.com/artifacts/org.aperteworkflow/utils/
implementation ("org.aperteworkflow:utils:3.0-beta1")
'org.aperteworkflow:utils:pom:3.0-beta1'
<dependency org="org.aperteworkflow" name="utils" rev="3.0-beta1">
<artifact name="utils" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.aperteworkflow', module='utils', version='3.0-beta1')
)
libraryDependencies += "org.aperteworkflow" % "utils" % "3.0-beta1"
[org.aperteworkflow/utils "3.0-beta1"]