MVN

com.sun.xml.fastinfoset : FastInfosetRoundTripTests

Maven & Gradle

Jul 30, 2020
6 stars

fastinfoset-roundtrip-tests

<dependency>
    <groupId>com.sun.xml.fastinfoset</groupId>
    <artifactId>FastInfosetRoundTripTests</artifactId>
    <version>2.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sun.xml.fastinfoset : FastInfosetRoundTripTests to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0

All Versions

Choose a version of com.sun.xml.fastinfoset : FastInfosetRoundTripTests to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
FastInfosetRoundTripTests-2.0.0
FastInfosetRoundTripTests-2.0.0-M2
FastInfosetRoundTripTests-2.0.0-M1
1.2.x
FastInfosetRoundTripTests-1.2.18
FastInfosetRoundTripTests-1.2.17
FastInfosetRoundTripTests-1.2.16
FastInfosetRoundTripTests-1.2.15
FastInfosetRoundTripTests-1.2.13
FastInfosetRoundTripTests-1.2.12
FastInfosetRoundTripTests-1.2.11
FastInfosetRoundTripTests-1.2.10
FastInfosetRoundTripTests-1.2.9
1.1.x
FastInfosetRoundTripTests-1.1.9
FastInfosetRoundTripTests-1.1.8

How to add a dependency to Maven

Add the following com.sun.xml.fastinfoset : FastInfosetRoundTripTests maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.sun.xml.fastinfoset</groupId>
    <artifactId>FastInfosetRoundTripTests</artifactId>
    <version>2.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sun.xml.fastinfoset : FastInfosetRoundTripTests gradle dependency to your build.gradle file:

implementation 'com.sun.xml.fastinfoset:FastInfosetRoundTripTests:2.0.0'

Gradle Kotlin DSL: Add the following com.sun.xml.fastinfoset : FastInfosetRoundTripTests gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sun.xml.fastinfoset:FastInfosetRoundTripTests:2.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sun.xml.fastinfoset : FastInfosetRoundTripTests sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sun.xml.fastinfoset" % "FastInfosetRoundTripTests" % "2.0.0"