Files download
File Operation
FastInfoset-1.2.10.jar download
FastInfoset-1.2.10.pom download
FastInfoset-1.2.10-sources.jar download
Apache Maven
<dependency>
  <groupId>com.sun.xml.fastinfoset</groupId>
  <artifactId>FastInfoset</artifactId>
  <version>1.2.10</version>
</dependency>
Gradle Groovy
implementation 'com.sun.xml.fastinfoset:FastInfoset:1.2.10'
Gradle Kotlin
implementation("com.sun.xml.fastinfoset:FastInfoset:1.2.10")
Scala SBT
libraryDependencies += "com.sun.xml.fastinfoset" % "FastInfoset" % "1.2.10"
Groovy Grape
@Grapes(
  @Grab(group='com.sun.xml.fastinfoset', module='FastInfoset', version='1.2.10')
)
Apache Ivy
<dependency org="com.sun.xml.fastinfoset" name="FastInfoset" rev="1.2.10" />
Leiningen
[com.sun.xml.fastinfoset/FastInfoset "1.2.10"]
Apache Buildr
'com.sun.xml.fastinfoset:FastInfoset:jar:1.2.10'