| GroupId | GroupIdio.github.lematechx |
|---|---|
| ArtifactId | ArtifactIdhrun4j-core |
| Version | Version1.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| hrun4j-core-1.0.1.pom | |
| hrun4j-core-1.0.1.jar | 124 KB |
| hrun4j-core-1.0.1-sources.jar | 63 KB |
| hrun4j-core-1.0.1-javadoc.jar | 406 KB |
| hrun4j-core-1.0.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.lematechx/hrun4j-core/
implementation 'io.github.lematechx:hrun4j-core:1.0.1'
// https://jarcasting.com/artifacts/io.github.lematechx/hrun4j-core/
implementation ("io.github.lematechx:hrun4j-core:1.0.1")
'io.github.lematechx:hrun4j-core:jar:1.0.1'
<dependency org="io.github.lematechx" name="hrun4j-core" rev="1.0.1">
<artifact name="hrun4j-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.lematechx', module='hrun4j-core', version='1.0.1')
)
libraryDependencies += "io.github.lematechx" % "hrun4j-core" % "1.0.1"
[io.github.lematechx/hrun4j-core "1.0.1"]