Download commons-betwixt-0.8.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.8 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

commons-betwixt-0.8.jar
commons-betwixt-0.8.pom



Related Tutorials