| GroupId | GroupIdcom.github.zhubo812 |
|---|---|
| ArtifactId | ArtifactIdBaturu |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| Baturu-1.0.0.pom | |
| Baturu-1.0.0.jar | 44 KB |
| Baturu-1.0.0-sources.jar | 23 KB |
| Baturu-1.0.0-javadoc.jar | 129 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.zhubo812/Baturu/ -->
<dependency>
<groupId>com.github.zhubo812</groupId>
<artifactId>Baturu</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.zhubo812/Baturu/
implementation 'com.github.zhubo812:Baturu:1.0.0'
// https://jarcasting.com/artifacts/com.github.zhubo812/Baturu/
implementation ("com.github.zhubo812:Baturu:1.0.0")
'com.github.zhubo812:Baturu:jar:1.0.0'
<dependency org="com.github.zhubo812" name="Baturu" rev="1.0.0">
<artifact name="Baturu" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.zhubo812', module='Baturu', version='1.0.0')
)
libraryDependencies += "com.github.zhubo812" % "Baturu" % "1.0.0"
[com.github.zhubo812/Baturu "1.0.0"]