| GroupId | GroupIdcom.github.dadiyang |
|---|---|
| ArtifactId | ArtifactIdjave |
| Last Version | Last Version1.0.6 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Description |
| Filename | Size |
|---|---|
| jave-1.0.6.pom | |
| jave-1.0.6.jar | 44 MB |
| jave-1.0.6-sources.jar | 44 MB |
| jave-1.0.6-javadoc.jar | 99 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.dadiyang/jave/ -->
<dependency>
<groupId>com.github.dadiyang</groupId>
<artifactId>jave</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dadiyang/jave/
implementation 'com.github.dadiyang:jave:1.0.6'
// https://jarcasting.com/artifacts/com.github.dadiyang/jave/
implementation ("com.github.dadiyang:jave:1.0.6")
'com.github.dadiyang:jave:jar:1.0.6'
<dependency org="com.github.dadiyang" name="jave" rev="1.0.6">
<artifact name="jave" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dadiyang', module='jave', version='1.0.6')
)
libraryDependencies += "com.github.dadiyang" % "jave" % "1.0.6"
[com.github.dadiyang/jave "1.0.6"]