| GroupId | GroupIdcom.github.vip-zpf |
|---|---|
| ArtifactId | ArtifactIdjave |
| Version | Version1.0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jave-1.0.2.pom | |
| jave-1.0.2.jar | 33 MB |
| jave-1.0.2-sources.jar | 33 MB |
| jave-1.0.2-javadoc.jar | 116 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.vip-zpf/jave/ -->
<dependency>
<groupId>com.github.vip-zpf</groupId>
<artifactId>jave</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vip-zpf/jave/
implementation 'com.github.vip-zpf:jave:1.0.2'
// https://jarcasting.com/artifacts/com.github.vip-zpf/jave/
implementation ("com.github.vip-zpf:jave:1.0.2")
'com.github.vip-zpf:jave:jar:1.0.2'
<dependency org="com.github.vip-zpf" name="jave" rev="1.0.2">
<artifact name="jave" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vip-zpf', module='jave', version='1.0.2')
)
libraryDependencies += "com.github.vip-zpf" % "jave" % "1.0.2"
[com.github.vip-zpf/jave "1.0.2"]