Download commons-betwixt-0.6.jar file - Jar c

Jar examples for c:commons-betwixt

Description

Commons Betwixt: mapping beans to XML

You can download jar file commons-betwixt 0.6 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add commons-betwixt-0.6.jar to your project.

<dependency>
   <groupId>commons-betwixt</groupId>
   <artifactId>commons-betwixt</artifactId>
   <version>0.6</version>
</dependency>
compile group: 'commons-betwixt', name: 'commons-betwixt', version: '0.6'
libraryDependencies += "commons-betwixt" % "commons-betwixt" % "0.6"
<dependency org="commons-betwixt" name="commons-betwixt" rev="0.6"/>
@Grapes(@Grab(group='commons-betwixt', module='commons-betwixt', version='0.6'))
'commons-betwixt:commons-betwixt:jar:0.6'

Download

Click the following link to download the jar file.

commons-betwixt-0.6-javadoc.jar
commons-betwixt-0.6-sources.jar
commons-betwixt-0.6.jar
commons-betwixt-0.6.pom



Related Tutorials