GroupId | GroupIdcom.github.leozhang123 |
---|---|
ArtifactId | ArtifactIdzaudit |
Version | Version0.1 |
Type | Typejar |
Filename | Size |
---|---|
zaudit-0.1.pom | |
zaudit-0.1.jar | 5 KB |
zaudit-0.1-sources.jar | 4 KB |
zaudit-0.1-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.leozhang123/zaudit/ -->
<dependency>
<groupId>com.github.leozhang123</groupId>
<artifactId>zaudit</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.leozhang123/zaudit/
implementation 'com.github.leozhang123:zaudit:0.1'
// https://jarcasting.com/artifacts/com.github.leozhang123/zaudit/
implementation ("com.github.leozhang123:zaudit:0.1")
'com.github.leozhang123:zaudit:jar:0.1'
<dependency org="com.github.leozhang123" name="zaudit" rev="0.1">
<artifact name="zaudit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.leozhang123', module='zaudit', version='0.1')
)
libraryDependencies += "com.github.leozhang123" % "zaudit" % "0.1"
[com.github.leozhang123/zaudit "0.1"]