License |
License |
---|---|
GroupId | GroupIdcom.sun.xml.fastinfoset |
ArtifactId | ArtifactIdFastInfosetSamples |
Last Version | Last Version2.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionfastinfoset-samples
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 |
---|---|
FastInfosetSamples-2.1.0.pom | |
FastInfosetSamples-2.1.0.jar | 35 KB |
FastInfosetSamples-2.1.0-sources.jar | 33 KB |
FastInfosetSamples-2.1.0-javadoc.jar | 469 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sun.xml.fastinfoset/FastInfosetSamples/ -->
<dependency>
<groupId>com.sun.xml.fastinfoset</groupId>
<artifactId>FastInfosetSamples</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.xml.fastinfoset/FastInfosetSamples/
implementation 'com.sun.xml.fastinfoset:FastInfosetSamples:2.1.0'
// https://jarcasting.com/artifacts/com.sun.xml.fastinfoset/FastInfosetSamples/
implementation ("com.sun.xml.fastinfoset:FastInfosetSamples:2.1.0")
'com.sun.xml.fastinfoset:FastInfosetSamples:jar:2.1.0'
<dependency org="com.sun.xml.fastinfoset" name="FastInfosetSamples" rev="2.1.0">
<artifact name="FastInfosetSamples" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.xml.fastinfoset', module='FastInfosetSamples', version='2.1.0')
)
libraryDependencies += "com.sun.xml.fastinfoset" % "FastInfosetSamples" % "2.1.0"
[com.sun.xml.fastinfoset/FastInfosetSamples "2.1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.sun.xml.fastinfoset : FastInfoset | jar | 2.1.0 |
com.sun.xml.fastinfoset : FastInfosetUtilities | jar | 2.1.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |