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