MVN

com.io7m.blackthorne : com.io7m.blackthorne.jxe

Maven & Gradle

Aug 10, 2023
2 usages
0 stars

com.io7m.blackthorne.jxe · Typed XML stream processing (JXE integration)

<dependency>
    <groupId>com.io7m.blackthorne</groupId>
    <artifactId>com.io7m.blackthorne.jxe</artifactId>
    <version>2.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.io7m.blackthorne : com.io7m.blackthorne.jxe to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0
  • Latest Beta: 2.0.0-beta0001

All Versions

Choose a version of com.io7m.blackthorne : com.io7m.blackthorne.jxe to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
com.io7m.blackthorne.jxe-2.0.0
com.io7m.blackthorne.jxe-2.0.0-beta0001
1.3.x
com.io7m.blackthorne.jxe-1.3.1
com.io7m.blackthorne.jxe-1.3.0
1.2.x
com.io7m.blackthorne.jxe-1.2.1
com.io7m.blackthorne.jxe-1.2.0
1.1.x
com.io7m.blackthorne.jxe-1.1.0
1.0.x
com.io7m.blackthorne.jxe-1.0.0

How to add a dependency to Maven

Add the following com.io7m.blackthorne : com.io7m.blackthorne.jxe maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.io7m.blackthorne</groupId>
    <artifactId>com.io7m.blackthorne.jxe</artifactId>
    <version>2.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.io7m.blackthorne : com.io7m.blackthorne.jxe gradle dependency to your build.gradle file:

implementation 'com.io7m.blackthorne:com.io7m.blackthorne.jxe:2.0.0'

Gradle Kotlin DSL: Add the following com.io7m.blackthorne : com.io7m.blackthorne.jxe gradle kotlin dependency to your build.gradle.kts file:

implementation("com.io7m.blackthorne:com.io7m.blackthorne.jxe:2.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.io7m.blackthorne : com.io7m.blackthorne.jxe sbt scala dependency to your build.sbt file:

libraryDependencies += "com.io7m.blackthorne" % "com.io7m.blackthorne.jxe" % "2.0.0"