is not current version
Last Version 1.1.3-RELEASE

cn.jexxs:jexx-core 1.0.10-RELEASE

This is a simple tool for java!

GroupId

GroupId

cn.jexxs
ArtifactId

ArtifactId

jexx-core
Version

Version

1.0.10-RELEASE
Type

Type

jar

Download jexx-core 1.0.10-RELEASE


<!-- https://jarcasting.com/artifacts/cn.jexxs/jexx-core/ -->
<dependency>
    <groupId>cn.jexxs</groupId>
    <artifactId>jexx-core</artifactId>
    <version>1.0.10-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.jexxs/jexx-core/
implementation 'cn.jexxs:jexx-core:1.0.10-RELEASE'
// https://jarcasting.com/artifacts/cn.jexxs/jexx-core/
implementation ("cn.jexxs:jexx-core:1.0.10-RELEASE")
'cn.jexxs:jexx-core:jar:1.0.10-RELEASE'
<dependency org="cn.jexxs" name="jexx-core" rev="1.0.10-RELEASE">
  <artifact name="jexx-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.jexxs', module='jexx-core', version='1.0.10-RELEASE')
)
libraryDependencies += "cn.jexxs" % "jexx-core" % "1.0.10-RELEASE"
[cn.jexxs/jexx-core "1.0.10-RELEASE"]