GroupId | GroupIdorg.aperteworkflow |
---|---|
ArtifactId | ArtifactIdaperte-slim-utils |
Version | Version2.0 |
Type | Typejar |
Filename | Size |
---|---|
aperte-slim-utils-2.0.pom | |
aperte-slim-utils-2.0.jar | 3 KB |
aperte-slim-utils-2.0-sources.jar | 1 KB |
aperte-slim-utils-2.0-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.aperteworkflow/aperte-slim-utils/ -->
<dependency>
<groupId>org.aperteworkflow</groupId>
<artifactId>aperte-slim-utils</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.aperteworkflow/aperte-slim-utils/
implementation 'org.aperteworkflow:aperte-slim-utils:2.0'
// https://jarcasting.com/artifacts/org.aperteworkflow/aperte-slim-utils/
implementation ("org.aperteworkflow:aperte-slim-utils:2.0")
'org.aperteworkflow:aperte-slim-utils:jar:2.0'
<dependency org="org.aperteworkflow" name="aperte-slim-utils" rev="2.0">
<artifact name="aperte-slim-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.aperteworkflow', module='aperte-slim-utils', version='2.0')
)
libraryDependencies += "org.aperteworkflow" % "aperte-slim-utils" % "2.0"
[org.aperteworkflow/aperte-slim-utils "2.0"]