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