| Группа | Группаorg.genthz |
|---|---|
| Идентификатор | Идентификаторgenthz-core |
| Версия | Версия1.0.9 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| genthz-core-1.0.9.pom | |
| genthz-core-1.0.9.jar | 90 KB |
| genthz-core-1.0.9-sources.jar | 55 KB |
| genthz-core-1.0.9-javadoc.jar | 241 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.genthz/genthz-core/ -->
<dependency>
<groupId>org.genthz</groupId>
<artifactId>genthz-core</artifactId>
<version>1.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.genthz/genthz-core/
implementation 'org.genthz:genthz-core:1.0.9'
// https://jarcasting.com/artifacts/org.genthz/genthz-core/
implementation ("org.genthz:genthz-core:1.0.9")
'org.genthz:genthz-core:jar:1.0.9'
<dependency org="org.genthz" name="genthz-core" rev="1.0.9">
<artifact name="genthz-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.genthz', module='genthz-core', version='1.0.9')
)
libraryDependencies += "org.genthz" % "genthz-core" % "1.0.9"
[org.genthz/genthz-core "1.0.9"]