GroupId | GroupIdcom.jiuxian |
---|---|
ArtifactId | ArtifactIdtheone |
Version | Version1.2.3-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
theone-1.2.3-RELEASE.pom | |
theone-1.2.3-RELEASE.jar | 8 KB |
theone-1.2.3-RELEASE-sources.jar | 8 KB |
theone-1.2.3-RELEASE-javadoc.jar | 58 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jiuxian/theone/ -->
<dependency>
<groupId>com.jiuxian</groupId>
<artifactId>theone</artifactId>
<version>1.2.3-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.jiuxian/theone/
implementation 'com.jiuxian:theone:1.2.3-RELEASE'
// https://jarcasting.com/artifacts/com.jiuxian/theone/
implementation ("com.jiuxian:theone:1.2.3-RELEASE")
'com.jiuxian:theone:jar:1.2.3-RELEASE'
<dependency org="com.jiuxian" name="theone" rev="1.2.3-RELEASE">
<artifact name="theone" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jiuxian', module='theone', version='1.2.3-RELEASE')
)
libraryDependencies += "com.jiuxian" % "theone" % "1.2.3-RELEASE"
[com.jiuxian/theone "1.2.3-RELEASE"]