MVN

org.exjson : xjs-jel

Maven & Gradle

May 16, 2023
0 stars

XJS JEL · A JSON-based data templating language designed for complex functional configurations

<dependency>
    <groupId>org.exjson</groupId>
    <artifactId>xjs-jel</artifactId>
    <version>0.22</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.exjson : xjs-jel to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.22

All Versions

Choose a version of org.exjson : xjs-jel to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.22
xjs-jel-0.22
0.21
xjs-jel-0.21
0.20
xjs-jel-0.20
0.19
xjs-jel-0.19
0.18
xjs-jel-0.18
0.17
xjs-jel-0.17
0.16
xjs-jel-0.16

How to add a dependency to Maven

Add the following org.exjson : xjs-jel maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.exjson</groupId>
    <artifactId>xjs-jel</artifactId>
    <version>0.22</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.exjson : xjs-jel gradle dependency to your build.gradle file:

implementation 'org.exjson:xjs-jel:0.22'

Gradle Kotlin DSL: Add the following org.exjson : xjs-jel gradle kotlin dependency to your build.gradle.kts file:

implementation("org.exjson:xjs-jel:0.22")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.exjson : xjs-jel sbt scala dependency to your build.sbt file:

libraryDependencies += "org.exjson" % "xjs-jel" % "0.22"