Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.github.pengzhanqian |
ArtifactId | ArtifactIdmetool-constant |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
metool-constant-1.0.0.pom | |
metool-constant-1.0.0.jar | 6 KB |
metool-constant-1.0.0-sources.jar | 5 KB |
metool-constant-1.0.0-javadoc.jar | 53 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.pengzhanqian/metool-constant/ -->
<dependency>
<groupId>com.github.pengzhanqian</groupId>
<artifactId>metool-constant</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.pengzhanqian/metool-constant/
implementation 'com.github.pengzhanqian:metool-constant:1.0.0'
// https://jarcasting.com/artifacts/com.github.pengzhanqian/metool-constant/
implementation ("com.github.pengzhanqian:metool-constant:1.0.0")
'com.github.pengzhanqian:metool-constant:jar:1.0.0'
<dependency org="com.github.pengzhanqian" name="metool-constant" rev="1.0.0">
<artifact name="metool-constant" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.pengzhanqian', module='metool-constant', version='1.0.0')
)
libraryDependencies += "com.github.pengzhanqian" % "metool-constant" % "1.0.0"
[com.github.pengzhanqian/metool-constant "1.0.0"]