| GroupId | GroupIdio.github.lematechx |
|---|---|
| ArtifactId | ArtifactIdhrun4j-core |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| hrun4j-core-1.0.0.pom | |
| hrun4j-core-1.0.0.jar | 119 KB |
| hrun4j-core-1.0.0-sources.jar | 60 KB |
| hrun4j-core-1.0.0-javadoc.jar | 405 KB |
| hrun4j-core-1.0.0-jar-with-dependencies.jar | 23 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.lematechx/hrun4j-core/ -->
<dependency>
<groupId>io.github.lematechx</groupId>
<artifactId>hrun4j-core</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.lematechx/hrun4j-core/
implementation 'io.github.lematechx:hrun4j-core:1.0.0'
// https://jarcasting.com/artifacts/io.github.lematechx/hrun4j-core/
implementation ("io.github.lematechx:hrun4j-core:1.0.0")
'io.github.lematechx:hrun4j-core:jar:1.0.0'
<dependency org="io.github.lematechx" name="hrun4j-core" rev="1.0.0">
<artifact name="hrun4j-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.lematechx', module='hrun4j-core', version='1.0.0')
)
libraryDependencies += "io.github.lematechx" % "hrun4j-core" % "1.0.0"
[io.github.lematechx/hrun4j-core "1.0.0"]