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