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