is not current version
Last Version 1.1

io.github.ppdzm:utils-collection 1.0

a collection of some common utils

GroupId

GroupId

io.github.ppdzm
ArtifactId

ArtifactId

utils-collection
Version

Version

1.0
Type

Type

pom

Download utils-collection 1.0

Filename Size
utils-collection-1.0.pom 10 KB
Browse

<!-- https://jarcasting.com/artifacts/io.github.ppdzm/utils-collection/ -->
<dependency>
    <groupId>io.github.ppdzm</groupId>
    <artifactId>utils-collection</artifactId>
    <version>1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.ppdzm/utils-collection/
implementation 'io.github.ppdzm:utils-collection:1.0'
// https://jarcasting.com/artifacts/io.github.ppdzm/utils-collection/
implementation ("io.github.ppdzm:utils-collection:1.0")
'io.github.ppdzm:utils-collection:pom:1.0'
<dependency org="io.github.ppdzm" name="utils-collection" rev="1.0">
  <artifact name="utils-collection" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.ppdzm', module='utils-collection', version='1.0')
)
libraryDependencies += "io.github.ppdzm" % "utils-collection" % "1.0"
[io.github.ppdzm/utils-collection "1.0"]