GroupId | GroupIdcom.github.zhkl0228 |
---|---|
ArtifactId | ArtifactIdunicorn |
Version | Version1.0.8 |
Type | Typejar |
Filename | Size |
---|---|
unicorn-1.0.8.pom | |
unicorn-1.0.8.jar | 5 MB |
unicorn-1.0.8-sources.jar | 5 MB |
unicorn-1.0.8-javadoc.jar | 256 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.zhkl0228/unicorn/ -->
<dependency>
<groupId>com.github.zhkl0228</groupId>
<artifactId>unicorn</artifactId>
<version>1.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.zhkl0228/unicorn/
implementation 'com.github.zhkl0228:unicorn:1.0.8'
// https://jarcasting.com/artifacts/com.github.zhkl0228/unicorn/
implementation ("com.github.zhkl0228:unicorn:1.0.8")
'com.github.zhkl0228:unicorn:jar:1.0.8'
<dependency org="com.github.zhkl0228" name="unicorn" rev="1.0.8">
<artifact name="unicorn" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.zhkl0228', module='unicorn', version='1.0.8')
)
libraryDependencies += "com.github.zhkl0228" % "unicorn" % "1.0.8"
[com.github.zhkl0228/unicorn "1.0.8"]