MVN

com.github.raffaeleragni : jx

Maven & Gradle

Feb 27, 2023
0 stars

jx · Java extensions

<dependency>
    <groupId>com.github.raffaeleragni</groupId>
    <artifactId>jx</artifactId>
    <version>0.18</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.raffaeleragni : jx to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.18

All Versions

Choose a version of com.github.raffaeleragni : jx to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.18
jx-0.18
0.17
jx-0.17
0.16
jx-0.16
0.15
jx-0.15
0.14
jx-0.14
0.13
jx-0.13
0.12
jx-0.12
0.11
jx-0.11
0.10
jx-0.10
0.9
jx-0.9
0.8
jx-0.8
0.7
jx-0.7
0.6
jx-0.6
0.5
jx-0.5
0.4
jx-0.4
0.3
jx-0.3
0.2
jx-0.2
0.1
jx-0.1

How to add a dependency to Maven

Add the following com.github.raffaeleragni : jx maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.raffaeleragni</groupId>
    <artifactId>jx</artifactId>
    <version>0.18</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.raffaeleragni : jx gradle dependency to your build.gradle file:

implementation 'com.github.raffaeleragni:jx:0.18'

Gradle Kotlin DSL: Add the following com.github.raffaeleragni : jx gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.raffaeleragni:jx:0.18")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.raffaeleragni : jx sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.raffaeleragni" % "jx" % "0.18"