| License |
License |
|---|---|
| GroupId | GroupIdio.github.fairyspace |
| ArtifactId | ArtifactIdcoolutils |
| Version | Version1.0 |
| Type | Typejar |
| Description |
Descriptionio.github.fairyspace:coolutils
The jar to the maven central repository
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| coolutils-1.0.pom | |
| coolutils-1.0.jar | 5 KB |
| coolutils-1.0-sources.jar | 2 KB |
| coolutils-1.0-javadoc.jar | 35 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.fairyspace/coolutils/ -->
<dependency>
<groupId>io.github.fairyspace</groupId>
<artifactId>coolutils</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.fairyspace/coolutils/
implementation 'io.github.fairyspace:coolutils:1.0'
// https://jarcasting.com/artifacts/io.github.fairyspace/coolutils/
implementation ("io.github.fairyspace:coolutils:1.0")
'io.github.fairyspace:coolutils:jar:1.0'
<dependency org="io.github.fairyspace" name="coolutils" rev="1.0">
<artifact name="coolutils" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.fairyspace', module='coolutils', version='1.0')
)
libraryDependencies += "io.github.fairyspace" % "coolutils" % "1.0"
[io.github.fairyspace/coolutils "1.0"]