is not current version
Last Version 0.0.9

net.alantea:utils 0.0.3

XUtilities used in other Alantea projects

Categories

Categories

Ant Build Tools Net
GroupId

GroupId

net.alantea
ArtifactId

ArtifactId

utils
Version

Version

0.0.3
Type

Type

jar

Download utils 0.0.3


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