| License |
License |
|---|---|
| GroupId | GroupIdcom.sun.xml.fastinfoset |
| ArtifactId | ArtifactIdFastInfoset |
| Last Version | Last Version2.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionfastinfoset
Open Source implementation of the Fast Infoset Standard for Binary XML (http://www.itu.int/ITU-T/asn1/).
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| FastInfoset-2.1.0.pom | |
| FastInfoset-2.1.0.jar | 309 KB |
| FastInfoset-2.1.0-sources.jar | 258 KB |
| FastInfoset-2.1.0-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.sun.xml.fastinfoset/FastInfoset/ -->
<dependency>
<groupId>com.sun.xml.fastinfoset</groupId>
<artifactId>FastInfoset</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.xml.fastinfoset/FastInfoset/
implementation 'com.sun.xml.fastinfoset:FastInfoset:2.1.0'
// https://jarcasting.com/artifacts/com.sun.xml.fastinfoset/FastInfoset/
implementation ("com.sun.xml.fastinfoset:FastInfoset:2.1.0")
'com.sun.xml.fastinfoset:FastInfoset:jar:2.1.0'
<dependency org="com.sun.xml.fastinfoset" name="FastInfoset" rev="2.1.0">
<artifact name="FastInfoset" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.xml.fastinfoset', module='FastInfoset', version='2.1.0')
)
libraryDependencies += "com.sun.xml.fastinfoset" % "FastInfoset" % "2.1.0"
[com.sun.xml.fastinfoset/FastInfoset "2.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |