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