GroupId | GroupIdio.github.ppdzm |
---|---|
ArtifactId | ArtifactIduniversal-utils |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
universal-utils-1.0.pom | |
universal-utils-1.0.jar | 760 KB |
universal-utils-1.0-sources.jar | 90 KB |
universal-utils-1.0-javadoc.jar | 799 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.ppdzm/universal-utils/ -->
<dependency>
<groupId>io.github.ppdzm</groupId>
<artifactId>universal-utils</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.ppdzm/universal-utils/
implementation 'io.github.ppdzm:universal-utils:1.0'
// https://jarcasting.com/artifacts/io.github.ppdzm/universal-utils/
implementation ("io.github.ppdzm:universal-utils:1.0")
'io.github.ppdzm:universal-utils:jar:1.0'
<dependency org="io.github.ppdzm" name="universal-utils" rev="1.0">
<artifact name="universal-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.ppdzm', module='universal-utils', version='1.0')
)
libraryDependencies += "io.github.ppdzm" % "universal-utils" % "1.0"
[io.github.ppdzm/universal-utils "1.0"]