Download coffeepot-bean-wr-1.3.0-RC2.jar file - Jar c

Jar examples for c:coffeepot-bean-wr

Description

Coffeepot-bean-wr is a simple Java framework for marshalling Java beans to flat file and unmarshal flat file to Java Beans

You can download jar file coffeepot-bean-wr 1.3.0-RC2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add coffeepot-bean-wr-1.3.0-RC2.jar to your project.

<dependency>
   <groupId>com.github.jean-merelis</groupId>
   <artifactId>coffeepot-bean-wr</artifactId>
   <version>1.3.0-RC2</version>
</dependency>
compile group: 'com.github.jean-merelis', name: 'coffeepot-bean-wr', version: '1.3.0-RC2'
libraryDependencies += "com.github.jean-merelis" % "coffeepot-bean-wr" % "1.3.0-RC2"
<dependency org="com.github.jean-merelis" name="coffeepot-bean-wr" rev="1.3.0-RC2"/>
@Grapes(@Grab(group='com.github.jean-merelis', module='coffeepot-bean-wr', version='1.3.0-RC2'))
'com.github.jean-merelis:coffeepot-bean-wr:jar:1.3.0-RC2'

Download

Click the following link to download the jar file.

coffeepot-bean-wr-1.3.0-RC2-javadoc.jar
coffeepot-bean-wr-1.3.0-RC2-sources.jar
coffeepot-bean-wr-1.3.0-RC2.jar
coffeepot-bean-wr-1.3.0-RC2.pom



Related Tutorials