Download yasson-1.0.1.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.1 in this page.

License

Eclipse Distribution License 1.0 (BSD)

Build File

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

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

Download

Click the following link to download the jar file.

yasson-1.0.1-javadoc.jar
yasson-1.0.1-sources.jar
yasson-1.0.1.jar
yasson-1.0.1.pom



Related Tutorials