Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.github.ants-double |
ArtifactId | ArtifactIdmainhua |
Version | Version1.0-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
mainhua-1.0-RELEASE.pom | |
mainhua-1.0-RELEASE.jar | 4 KB |
mainhua-1.0-RELEASE-sources.jar | 1 KB |
mainhua-1.0-RELEASE-javadoc.jar | 45 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ants-double/mainhua/ -->
<dependency>
<groupId>com.github.ants-double</groupId>
<artifactId>mainhua</artifactId>
<version>1.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ants-double/mainhua/
implementation 'com.github.ants-double:mainhua:1.0-RELEASE'
// https://jarcasting.com/artifacts/com.github.ants-double/mainhua/
implementation ("com.github.ants-double:mainhua:1.0-RELEASE")
'com.github.ants-double:mainhua:jar:1.0-RELEASE'
<dependency org="com.github.ants-double" name="mainhua" rev="1.0-RELEASE">
<artifact name="mainhua" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ants-double', module='mainhua', version='1.0-RELEASE')
)
libraryDependencies += "com.github.ants-double" % "mainhua" % "1.0-RELEASE"
[com.github.ants-double/mainhua "1.0-RELEASE"]