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