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