Categories |
CategoriesJava Languages CLI User Interface |
---|---|
GroupId | GroupIdcom.gitee.opensource4clive |
ArtifactId | ArtifactIdjava-tools-common |
Version | Version4.0.2 |
Type | Typejar |
Filename | Size |
---|---|
java-tools-common-4.0.2.pom | |
java-tools-common-4.0.2.jar | 80 KB |
java-tools-common-4.0.2-sources.jar | 37 KB |
java-tools-common-4.0.2-javadoc.jar | 230 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.opensource4clive/java-tools-common/ -->
<dependency>
<groupId>com.gitee.opensource4clive</groupId>
<artifactId>java-tools-common</artifactId>
<version>4.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.opensource4clive/java-tools-common/
implementation 'com.gitee.opensource4clive:java-tools-common:4.0.2'
// https://jarcasting.com/artifacts/com.gitee.opensource4clive/java-tools-common/
implementation ("com.gitee.opensource4clive:java-tools-common:4.0.2")
'com.gitee.opensource4clive:java-tools-common:jar:4.0.2'
<dependency org="com.gitee.opensource4clive" name="java-tools-common" rev="4.0.2">
<artifact name="java-tools-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.opensource4clive', module='java-tools-common', version='4.0.2')
)
libraryDependencies += "com.gitee.opensource4clive" % "java-tools-common" % "4.0.2"
[com.gitee.opensource4clive/java-tools-common "4.0.2"]