GroupId | GroupIdio.github.baharmc |
---|---|
ArtifactId | ArtifactIdBaharAPI |
Version | Version0.5 |
Type | Typejar |
Filename | Size |
---|---|
BaharAPI-0.5.pom | |
BaharAPI-0.5.jar | 19 KB |
BaharAPI-0.5-sources.jar | 22 KB |
BaharAPI-0.5-javadoc.jar | 121 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.baharmc/BaharAPI/ -->
<dependency>
<groupId>io.github.baharmc</groupId>
<artifactId>BaharAPI</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.baharmc/BaharAPI/
implementation 'io.github.baharmc:BaharAPI:0.5'
// https://jarcasting.com/artifacts/io.github.baharmc/BaharAPI/
implementation ("io.github.baharmc:BaharAPI:0.5")
'io.github.baharmc:BaharAPI:jar:0.5'
<dependency org="io.github.baharmc" name="BaharAPI" rev="0.5">
<artifact name="BaharAPI" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.baharmc', module='BaharAPI', version='0.5')
)
libraryDependencies += "io.github.baharmc" % "BaharAPI" % "0.5"
[io.github.baharmc/BaharAPI "0.5"]