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