MVN

tools.xor : xor

Maven & Gradle

Jul 17, 2021
0 stars

xor · Empowering Model Driven Architecture in J2EE applications

<dependency>
    <groupId>tools.xor</groupId>
    <artifactId>xor</artifactId>
    <version>2.4.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tools.xor : xor to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4.1

All Versions

Choose a version of tools.xor : xor to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4.x
xor-2.4.1
2.3.x
xor-2.3.3
xor-2.3.2
xor-2.3.1
2.2.x
xor-2.2.7
xor-2.2.6
xor-2.2.5
xor-2.2.4
xor-2.2.2
xor-2.2.1
2.1.x
xor-2.1.4
xor-2.1.3
xor-2.1.2
xor-2.1.1
2.0.x
xor-2.0.9
xor-2.0.8
xor-2.0.7
xor-2.0.6
1.7.x
xor-1.7.27
xor-1.7.26
xor-1.7.25
xor-1.7.24
xor-1.7.23
xor-1.7.22
xor-1.7.21
xor-1.7.20
xor-1.7.19
xor-1.7.18
xor-1.7.17
xor-1.7.16
xor-1.7.15
xor-1.7.14
xor-1.7.13
xor-1.7.12
xor-1.7.11
xor-1.7.10
xor-1.7.9
xor-1.7.8
xor-1.7.7
xor-1.7.6
xor-1.7.5
xor-1.7.4
xor-1.7.3
xor-1.7.2
xor-1.7.1
xor-1.7.0
1.6.x
xor-1.6.1
xor-1.6.0
1.5.x
xor-1.5.2
xor-1.5.1
xor-1.5.0
1.4.x
xor-1.4.15
xor-1.4.14
xor-1.4.13
xor-1.4.12
xor-1.4.11
xor-1.4.10
xor-1.4.9
xor-1.4.8
xor-1.4.7
xor-1.4.6
xor-1.4.5
xor-1.4.4
xor-1.4.3
xor-1.4.2
xor-1.4.1
xor-1.4.0
1.3.x
xor-1.3.1
xor-1.3.0
1.2.x
xor-1.2.14
xor-1.2.13
xor-1.2.12
xor-1.2.11
xor-1.2.10
xor-1.2.9
xor-1.2.8
xor-1.2.7
xor-1.2.6
xor-1.2.5
xor-1.2.4

How to add a dependency to Maven

Add the following tools.xor : xor maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tools.xor</groupId>
    <artifactId>xor</artifactId>
    <version>2.4.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tools.xor : xor gradle dependency to your build.gradle file:

implementation 'tools.xor:xor:2.4.1'

Gradle Kotlin DSL: Add the following tools.xor : xor gradle kotlin dependency to your build.gradle.kts file:

implementation("tools.xor:xor:2.4.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following tools.xor : xor sbt scala dependency to your build.sbt file:

libraryDependencies += "tools.xor" % "xor" % "2.4.1"