is not current version
Last Version 2.1.0

com.sun.xml.fastinfoset:FastInfoset 2.1.0-M1


GroupId

GroupId

com.sun.xml.fastinfoset
ArtifactId

ArtifactId

FastInfoset
Version

Version

2.1.0-M1
Type

Type

jar

Download FastInfoset 2.1.0-M1


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