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