is not current version
Last Version 0.1.1

xyz.cp74:utils 0.1

Collection of utils for Java

GroupId

GroupId

xyz.cp74
ArtifactId

ArtifactId

utils
Version

Version

0.1
Type

Type

jar

Download utils 0.1


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