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