Download bounce-0.18.jar file - Jar b

Jar examples for b:bounce

Description

Bounce, a set of Java and Swing extensions, including ... layout managers like a FormLayout and CenterLayout, image filters, a comprehensive messaging mechanism, a XMLEditorKit with syntax highlighting, tag-folding, error highlighting and automatic indentation and more.

You can download jar file bounce 0.18 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add bounce-0.18.jar to your project.

<dependency>
   <groupId>nz.ac.waikato.cms.weka.thirdparty</groupId>
   <artifactId>bounce</artifactId>
   <version>0.18</version>
</dependency>
compile group: 'nz.ac.waikato.cms.weka.thirdparty', name: 'bounce', version: '0.18'
libraryDependencies += "nz.ac.waikato.cms.weka.thirdparty" % "bounce" % "0.18"
<dependency org="nz.ac.waikato.cms.weka.thirdparty" name="bounce" rev="0.18"/>
@Grapes(@Grab(group='nz.ac.waikato.cms.weka.thirdparty', module='bounce', version='0.18'))
'nz.ac.waikato.cms.weka.thirdparty:bounce:jar:0.18'

Download

Click the following link to download the jar file.

bounce-0.18-javadoc.jar
bounce-0.18-sources.jar
bounce-0.18.jar
bounce-0.18.pom



Related Tutorials