is not current version
Last Version 1.1.0

org.cthul:cthul 1.0

Common Tools, Helpers, and Utils Library

GroupId

GroupId

org.cthul
ArtifactId

ArtifactId

cthul
Version

Version

1.0
Type

Type

pom

Download cthul 1.0

Filename Size
cthul-1.0.pom 11 KB
Browse

<!-- https://jarcasting.com/artifacts/org.cthul/cthul/ -->
<dependency>
    <groupId>org.cthul</groupId>
    <artifactId>cthul</artifactId>
    <version>1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.cthul/cthul/
implementation 'org.cthul:cthul:1.0'
// https://jarcasting.com/artifacts/org.cthul/cthul/
implementation ("org.cthul:cthul:1.0")
'org.cthul:cthul:pom:1.0'
<dependency org="org.cthul" name="cthul" rev="1.0">
  <artifact name="cthul" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.cthul', module='cthul', version='1.0')
)
libraryDependencies += "org.cthul" % "cthul" % "1.0"
[org.cthul/cthul "1.0"]