Download jbg-1.0.jar file - Jar j

Jar examples for j:jbg

Description

Generates JavaBean source files from a simple XML configuration.

You can download jar file jbg 1.0 in this page.

Build File

You can use the following script to add jbg-1.0.jar to your project.

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

Download

Click the following link to download the jar file.

jbg-1.0-sources.jar
jbg-1.0.jar
jbg-1.0.pom



Related Tutorials