Download yamltag-1.0.0.jar file - Jar y

Jar examples for y:yamltag

Description

A library to associate SnakeYAML tags with class constructors and to specify generic types for list and map properties

You can download jar file yamltag 1.0.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add yamltag-1.0.0.jar to your project.

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

Download

Click the following link to download the jar file.

yamltag-1.0.0-javadoc.jar
yamltag-1.0.0-sources.jar
yamltag-1.0.0-test-sources.jar
yamltag-1.0.0.jar
yamltag-1.0.0.pom



Related Tutorials