GroupId | GroupIdcom.sun.xml.fastinfoset |
---|---|
ArtifactId | ArtifactIdFastInfoset |
Version | Version1.2.13 |
Type | Typejar |
Filename | Size |
---|---|
FastInfoset-1.2.13.pom | |
FastInfoset-1.2.13.jar | 289 KB |
FastInfoset-1.2.13-tests.jar | 54 KB |
FastInfoset-1.2.13-sources.jar | 250 KB |
FastInfoset-1.2.13-javadoc.jar | 896 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sun.xml.fastinfoset/FastInfoset/ -->
<dependency>
<groupId>com.sun.xml.fastinfoset</groupId>
<artifactId>FastInfoset</artifactId>
<version>1.2.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.xml.fastinfoset/FastInfoset/
implementation 'com.sun.xml.fastinfoset:FastInfoset:1.2.13'
// https://jarcasting.com/artifacts/com.sun.xml.fastinfoset/FastInfoset/
implementation ("com.sun.xml.fastinfoset:FastInfoset:1.2.13")
'com.sun.xml.fastinfoset:FastInfoset:jar:1.2.13'
<dependency org="com.sun.xml.fastinfoset" name="FastInfoset" rev="1.2.13">
<artifact name="FastInfoset" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.xml.fastinfoset', module='FastInfoset', version='1.2.13')
)
libraryDependencies += "com.sun.xml.fastinfoset" % "FastInfoset" % "1.2.13"
[com.sun.xml.fastinfoset/FastInfoset "1.2.13"]