F

FastInfoset

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