| GroupId | GroupIdcom.zhouzifei |
|---|---|
| ArtifactId | ArtifactIdcommon-tool |
| Version | Version1.0.1.RELEASE |
| Type | Typejar |
| Filename | Size |
|---|---|
| common-tool-1.0.1.RELEASE.pom | |
| common-tool-1.0.1.RELEASE.jar | 203 KB |
| common-tool-1.0.1.RELEASE-sources.jar | 130 KB |
| common-tool-1.0.1.RELEASE-javadoc.jar | 751 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.zhouzifei/common-tool/ -->
<dependency>
<groupId>com.zhouzifei</groupId>
<artifactId>common-tool</artifactId>
<version>1.0.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.zhouzifei/common-tool/
implementation 'com.zhouzifei:common-tool:1.0.1.RELEASE'
// https://jarcasting.com/artifacts/com.zhouzifei/common-tool/
implementation ("com.zhouzifei:common-tool:1.0.1.RELEASE")
'com.zhouzifei:common-tool:jar:1.0.1.RELEASE'
<dependency org="com.zhouzifei" name="common-tool" rev="1.0.1.RELEASE">
<artifact name="common-tool" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zhouzifei', module='common-tool', version='1.0.1.RELEASE')
)
libraryDependencies += "com.zhouzifei" % "common-tool" % "1.0.1.RELEASE"
[com.zhouzifei/common-tool "1.0.1.RELEASE"]