| GroupId | GroupIdio.github.arjunarisang |
|---|---|
| ArtifactId | ArtifactIdcommonlib |
| Version | Version1.1.1-2.3.11-RELEASE |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.arjunarisang/commonlib/ -->
<dependency>
<groupId>io.github.arjunarisang</groupId>
<artifactId>commonlib</artifactId>
<version>1.1.1-2.3.11-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.arjunarisang/commonlib/
implementation 'io.github.arjunarisang:commonlib:1.1.1-2.3.11-RELEASE'
// https://jarcasting.com/artifacts/io.github.arjunarisang/commonlib/
implementation ("io.github.arjunarisang:commonlib:1.1.1-2.3.11-RELEASE")
'io.github.arjunarisang:commonlib:jar:1.1.1-2.3.11-RELEASE'
<dependency org="io.github.arjunarisang" name="commonlib" rev="1.1.1-2.3.11-RELEASE">
<artifact name="commonlib" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.arjunarisang', module='commonlib', version='1.1.1-2.3.11-RELEASE')
)
libraryDependencies += "io.github.arjunarisang" % "commonlib" % "1.1.1-2.3.11-RELEASE"
[io.github.arjunarisang/commonlib "1.1.1-2.3.11-RELEASE"]