GroupId | GroupIdvip.lematech |
---|---|
ArtifactId | ArtifactIdhrun4j-core |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
hrun4j-core-1.0.1.pom | |
hrun4j-core-1.0.1.jar | 114 KB |
hrun4j-core-1.0.1-sources.jar | 59 KB |
hrun4j-core-1.0.1-javadoc.jar | 344 KB |
hrun4j-core-1.0.1-jar-with-dependencies.jar | 23 MB |
Browse |
<!-- https://jarcasting.com/artifacts/vip.lematech/hrun4j-core/ -->
<dependency>
<groupId>vip.lematech</groupId>
<artifactId>hrun4j-core</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/vip.lematech/hrun4j-core/
implementation 'vip.lematech:hrun4j-core:1.0.1'
// https://jarcasting.com/artifacts/vip.lematech/hrun4j-core/
implementation ("vip.lematech:hrun4j-core:1.0.1")
'vip.lematech:hrun4j-core:jar:1.0.1'
<dependency org="vip.lematech" name="hrun4j-core" rev="1.0.1">
<artifact name="hrun4j-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='vip.lematech', module='hrun4j-core', version='1.0.1')
)
libraryDependencies += "vip.lematech" % "hrun4j-core" % "1.0.1"
[vip.lematech/hrun4j-core "1.0.1"]