| GroupId | GroupIdorg.genthz |
|---|---|
| ArtifactId | ArtifactIdgenthz-core |
| Version | Version1.0.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| genthz-core-1.0.4.pom | |
| genthz-core-1.0.4.jar | 89 KB |
| genthz-core-1.0.4-sources.jar | 55 KB |
| genthz-core-1.0.4-javadoc.jar | 241 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.genthz/genthz-core/ -->
<dependency>
<groupId>org.genthz</groupId>
<artifactId>genthz-core</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.genthz/genthz-core/
implementation 'org.genthz:genthz-core:1.0.4'
// https://jarcasting.com/artifacts/org.genthz/genthz-core/
implementation ("org.genthz:genthz-core:1.0.4")
'org.genthz:genthz-core:jar:1.0.4'
<dependency org="org.genthz" name="genthz-core" rev="1.0.4">
<artifact name="genthz-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.genthz', module='genthz-core', version='1.0.4')
)
libraryDependencies += "org.genthz" % "genthz-core" % "1.0.4"
[org.genthz/genthz-core "1.0.4"]