Download yasson-1.0.jar file - Jar y

Jar examples for y:yasson

Description

Eclipse Yasson. Reference implementation of JSR-367 (JSON-B).

You can download jar file yasson 1.0 in this page.

License

Eclipse Distribution License 1.0 (BSD)

Build File

You can use the following script to add yasson-1.0.jar to your project.

<dependency>
   <groupId>org.eclipse</groupId>
   <artifactId>yasson</artifactId>
   <version>1.0</version>
</dependency>
compile group: 'org.eclipse', name: 'yasson', version: '1.0'
libraryDependencies += "org.eclipse" % "yasson" % "1.0"
<dependency org="org.eclipse" name="yasson" rev="1.0"/>
@Grapes(@Grab(group='org.eclipse', module='yasson', version='1.0'))
'org.eclipse:yasson:jar:1.0'

Download

Click the following link to download the jar file.

yasson-1.0-javadoc.jar
yasson-1.0-sources.jar
yasson-1.0.jar
yasson-1.0.pom



Related Tutorials