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