License |
License |
---|---|
GroupId | GroupIdio.github.ForteScarlet |
ArtifactId | ArtifactIdcqcodeutils |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Filename | Size |
---|---|
cqcodeutils-1.0.1.pom | |
cqcodeutils-1.0.1.jar | 33 KB |
cqcodeutils-1.0.1-sources.jar | 26 KB |
cqcodeutils-1.0.1-javadoc.jar | 115 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.ForteScarlet/cqcodeutils/ -->
<dependency>
<groupId>io.github.ForteScarlet</groupId>
<artifactId>cqcodeutils</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.ForteScarlet/cqcodeutils/
implementation 'io.github.ForteScarlet:cqcodeutils:1.0.1'
// https://jarcasting.com/artifacts/io.github.ForteScarlet/cqcodeutils/
implementation ("io.github.ForteScarlet:cqcodeutils:1.0.1")
'io.github.ForteScarlet:cqcodeutils:jar:1.0.1'
<dependency org="io.github.ForteScarlet" name="cqcodeutils" rev="1.0.1">
<artifact name="cqcodeutils" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.ForteScarlet', module='cqcodeutils', version='1.0.1')
)
libraryDependencies += "io.github.ForteScarlet" % "cqcodeutils" % "1.0.1"
[io.github.ForteScarlet/cqcodeutils "1.0.1"]