MVN

cn.jexxs : jexx-all

Maven & Gradle

Aug 12, 2023

jexx-all · This is a simple tool for java!

<dependency>
    <groupId>cn.jexxs</groupId>
    <artifactId>jexx-all</artifactId>
    <version>1.1.6-RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.jexxs : jexx-all to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.6-RELEASE

All Versions

Choose a version of cn.jexxs : jexx-all to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
jexx-all-1.1.6-RELEASE
jexx-all-1.1.5-RELEASE
jexx-all-1.1.4-RELEASE
jexx-all-1.1.3-RELEASE
jexx-all-1.1.2-RELEASE
jexx-all-1.1.1-RELEASE
jexx-all-1.1.0-RELEASE
1.0.x
jexx-all-1.0.14-RELEASE
jexx-all-1.0.13-RELEASE
jexx-all-1.0.12-RELEASE
jexx-all-1.0.11-RELEASE
jexx-all-1.0.10-RELEASE
jexx-all-1.0.6-RELEASE

How to add a dependency to Maven

Add the following cn.jexxs : jexx-all maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.jexxs</groupId>
    <artifactId>jexx-all</artifactId>
    <version>1.1.6-RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.jexxs : jexx-all gradle dependency to your build.gradle file:

implementation 'cn.jexxs:jexx-all:1.1.6-RELEASE'

Gradle Kotlin DSL: Add the following cn.jexxs : jexx-all gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.jexxs:jexx-all:1.1.6-RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.jexxs : jexx-all sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.jexxs" % "jexx-all" % "1.1.6-RELEASE"

Advertisement