is not current version
Last Version 0.0.9

net.alantea:utils 0.0.2

XUtilities used in other Alantea projects

Categories

Categories

Ant Build Tools Net
GroupId

GroupId

net.alantea
ArtifactId

ArtifactId

utils
Version

Version

0.0.2
Type

Type

jar

Download utils 0.0.2


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