License |
License |
---|---|
GroupId | GroupIdio.github.celestibytes |
ArtifactId | ArtifactIdCelestiLib |
Last Version | Last Version0.4.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCelestiLib
Celestibytes's Common Java Library.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
CelestiLib-0.4.0.pom | |
CelestiLib-0.4.0.jar | 14 KB |
CelestiLib-0.4.0-sources.jar | 17 KB |
CelestiLib-0.4.0-javadoc.jar | 86 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.celestibytes/CelestiLib/ -->
<dependency>
<groupId>io.github.celestibytes</groupId>
<artifactId>CelestiLib</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.celestibytes/CelestiLib/
implementation 'io.github.celestibytes:CelestiLib:0.4.0'
// https://jarcasting.com/artifacts/io.github.celestibytes/CelestiLib/
implementation ("io.github.celestibytes:CelestiLib:0.4.0")
'io.github.celestibytes:CelestiLib:jar:0.4.0'
<dependency org="io.github.celestibytes" name="CelestiLib" rev="0.4.0">
<artifact name="CelestiLib" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.celestibytes', module='CelestiLib', version='0.4.0')
)
libraryDependencies += "io.github.celestibytes" % "CelestiLib" % "0.4.0"
[io.github.celestibytes/CelestiLib "0.4.0"]