| License |
License |
|---|---|
| GroupId | GroupIdcom.gitee.xlzhao |
| ArtifactId | ArtifactIdjava_toolkit |
| Last Version | Last Version1.0-RELEASE |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionjava_toolkit
java工具包
|
| Filename | Size |
|---|---|
| java_toolkit-1.0-RELEASE.pom | |
| java_toolkit-1.0-RELEASE.jar | 7 KB |
| java_toolkit-1.0-RELEASE-sources.jar | 4 KB |
| java_toolkit-1.0-RELEASE-javadoc.jar | 54 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.xlzhao/java_toolkit/ -->
<dependency>
<groupId>com.gitee.xlzhao</groupId>
<artifactId>java_toolkit</artifactId>
<version>1.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.xlzhao/java_toolkit/
implementation 'com.gitee.xlzhao:java_toolkit:1.0-RELEASE'
// https://jarcasting.com/artifacts/com.gitee.xlzhao/java_toolkit/
implementation ("com.gitee.xlzhao:java_toolkit:1.0-RELEASE")
'com.gitee.xlzhao:java_toolkit:jar:1.0-RELEASE'
<dependency org="com.gitee.xlzhao" name="java_toolkit" rev="1.0-RELEASE">
<artifact name="java_toolkit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.xlzhao', module='java_toolkit', version='1.0-RELEASE')
)
libraryDependencies += "com.gitee.xlzhao" % "java_toolkit" % "1.0-RELEASE"
[com.gitee.xlzhao/java_toolkit "1.0-RELEASE"]