GroupId | GroupIdcn.jexxs |
---|---|
ArtifactId | ArtifactIdjexx-core |
Version | Version1.0.12-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
jexx-core-1.0.12-RELEASE.pom | |
jexx-core-1.0.12-RELEASE.jar | 347 KB |
jexx-core-1.0.12-RELEASE-sources.jar | 216 KB |
jexx-core-1.0.12-RELEASE-javadoc.jar | 700 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.jexxs/jexx-core/ -->
<dependency>
<groupId>cn.jexxs</groupId>
<artifactId>jexx-core</artifactId>
<version>1.0.12-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.jexxs/jexx-core/
implementation 'cn.jexxs:jexx-core:1.0.12-RELEASE'
// https://jarcasting.com/artifacts/cn.jexxs/jexx-core/
implementation ("cn.jexxs:jexx-core:1.0.12-RELEASE")
'cn.jexxs:jexx-core:jar:1.0.12-RELEASE'
<dependency org="cn.jexxs" name="jexx-core" rev="1.0.12-RELEASE">
<artifact name="jexx-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.jexxs', module='jexx-core', version='1.0.12-RELEASE')
)
libraryDependencies += "cn.jexxs" % "jexx-core" % "1.0.12-RELEASE"
[cn.jexxs/jexx-core "1.0.12-RELEASE"]