| GroupId | GroupIdcom.jinxiuyun |
|---|---|
| ArtifactId | ArtifactIdjx-core |
| Version | Version1.0.1.RELEASE |
| Type | Typejar |
| Filename | Size |
|---|---|
| jx-core-1.0.1.RELEASE.pom | |
| jx-core-1.0.1.RELEASE.jar | 10 KB |
| jx-core-1.0.1.RELEASE-sources.jar | 8 KB |
| jx-core-1.0.1.RELEASE-javadoc.jar | 112 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.jinxiuyun/jx-core/ -->
<dependency>
<groupId>com.jinxiuyun</groupId>
<artifactId>jx-core</artifactId>
<version>1.0.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.jinxiuyun/jx-core/
implementation 'com.jinxiuyun:jx-core:1.0.1.RELEASE'
// https://jarcasting.com/artifacts/com.jinxiuyun/jx-core/
implementation ("com.jinxiuyun:jx-core:1.0.1.RELEASE")
'com.jinxiuyun:jx-core:jar:1.0.1.RELEASE'
<dependency org="com.jinxiuyun" name="jx-core" rev="1.0.1.RELEASE">
<artifact name="jx-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jinxiuyun', module='jx-core', version='1.0.1.RELEASE')
)
libraryDependencies += "com.jinxiuyun" % "jx-core" % "1.0.1.RELEASE"
[com.jinxiuyun/jx-core "1.0.1.RELEASE"]