| GroupId | GroupIdcom.github.wujiuye |
|---|---|
| ArtifactId | ArtifactIdhotkit-util |
| Version | Version2021.001.RC |
| Type | Typejar |
| Filename | Size |
|---|---|
| hotkit-util-2021.001.RC.pom | |
| hotkit-util-2021.001.RC.jar | 82 KB |
| hotkit-util-2021.001.RC-sources.jar | 44 KB |
| hotkit-util-2021.001.RC-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.wujiuye/hotkit-util/ -->
<dependency>
<groupId>com.github.wujiuye</groupId>
<artifactId>hotkit-util</artifactId>
<version>2021.001.RC</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wujiuye/hotkit-util/
implementation 'com.github.wujiuye:hotkit-util:2021.001.RC'
// https://jarcasting.com/artifacts/com.github.wujiuye/hotkit-util/
implementation ("com.github.wujiuye:hotkit-util:2021.001.RC")
'com.github.wujiuye:hotkit-util:jar:2021.001.RC'
<dependency org="com.github.wujiuye" name="hotkit-util" rev="2021.001.RC">
<artifact name="hotkit-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wujiuye', module='hotkit-util', version='2021.001.RC')
)
libraryDependencies += "com.github.wujiuye" % "hotkit-util" % "2021.001.RC"
[com.github.wujiuye/hotkit-util "2021.001.RC"]