GroupId | GroupIdio.github.h8000572003 |
---|---|
ArtifactId | ArtifactIdcommons |
Version | Version0.0.9 |
Type | Typejar |
Filename | Size |
---|---|
commons-0.0.9.pom | |
commons-0.0.9.jar | 142 KB |
commons-0.0.9-sources.jar | 69 KB |
commons-0.0.9-javadoc.jar | 676 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.h8000572003/commons/ -->
<dependency>
<groupId>io.github.h8000572003</groupId>
<artifactId>commons</artifactId>
<version>0.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.h8000572003/commons/
implementation 'io.github.h8000572003:commons:0.0.9'
// https://jarcasting.com/artifacts/io.github.h8000572003/commons/
implementation ("io.github.h8000572003:commons:0.0.9")
'io.github.h8000572003:commons:jar:0.0.9'
<dependency org="io.github.h8000572003" name="commons" rev="0.0.9">
<artifact name="commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.h8000572003', module='commons', version='0.0.9')
)
libraryDependencies += "io.github.h8000572003" % "commons" % "0.0.9"
[io.github.h8000572003/commons "0.0.9"]