| License |
License
blackcows License,Version 2.0
|
|---|---|
| GroupId | GroupIdcom.gitee.blackcows |
| ArtifactId | ArtifactIdzbase |
| Version | Version1.0.2 |
| Type | Typejar |
| Description |
Descriptionzbase
black cows base tools
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| zbase-1.0.2.pom | |
| zbase-1.0.2.jar | 99 KB |
| zbase-1.0.2-sources.jar | 83 KB |
| zbase-1.0.2-javadoc.jar | 476 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.blackcows/zbase/ -->
<dependency>
<groupId>com.gitee.blackcows</groupId>
<artifactId>zbase</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.blackcows/zbase/
implementation 'com.gitee.blackcows:zbase:1.0.2'
// https://jarcasting.com/artifacts/com.gitee.blackcows/zbase/
implementation ("com.gitee.blackcows:zbase:1.0.2")
'com.gitee.blackcows:zbase:jar:1.0.2'
<dependency org="com.gitee.blackcows" name="zbase" rev="1.0.2">
<artifact name="zbase" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.blackcows', module='zbase', version='1.0.2')
)
libraryDependencies += "com.gitee.blackcows" % "zbase" % "1.0.2"
[com.gitee.blackcows/zbase "1.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.25 |