is not current version
Last Version 2.1.0

com.sun.xml.fastinfoset:FastInfoset 1.2.1


GroupId

GroupId

com.sun.xml.fastinfoset
ArtifactId

ArtifactId

FastInfoset
Version

Version

1.2.1
Type

Type

jar

Download FastInfoset 1.2.1


<!-- https://jarcasting.com/artifacts/com.sun.xml.fastinfoset/FastInfoset/ -->
<dependency>
    <groupId>com.sun.xml.fastinfoset</groupId>
    <artifactId>FastInfoset</artifactId>
    <version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.xml.fastinfoset/FastInfoset/
implementation 'com.sun.xml.fastinfoset:FastInfoset:1.2.1'
// https://jarcasting.com/artifacts/com.sun.xml.fastinfoset/FastInfoset/
implementation ("com.sun.xml.fastinfoset:FastInfoset:1.2.1")
'com.sun.xml.fastinfoset:FastInfoset:jar:1.2.1'
<dependency org="com.sun.xml.fastinfoset" name="FastInfoset" rev="1.2.1">
  <artifact name="FastInfoset" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.xml.fastinfoset', module='FastInfoset', version='1.2.1')
)
libraryDependencies += "com.sun.xml.fastinfoset" % "FastInfoset" % "1.2.1"
[com.sun.xml.fastinfoset/FastInfoset "1.2.1"]