не последняя версия
Последняя версия 1.1.0

org.cthul:cthul 1.0

Common Tools, Helpers, and Utils Library

Группа

Группа

org.cthul
Идентификатор

Идентификатор

cthul
Версия

Версия

1.0
Тип

Тип

pom

Скачать cthul 1.0

Имя Файла Размер
cthul-1.0.pom 11 KB
Обзор

<!-- 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"]