Download swingbox-1.0.jar file - Jar s

Jar examples for s:swingbox

Description

SwingBox is a Java Swing component that allows displaying the (X)HTML documents including the CSS support. It is designed as a JEditorPane replacement with considerably better rendering results. SwingBox is pure Java and it is using the CSSBox rendering engine for rendering the documents.

You can download jar file swingbox 1.0 in this page.

License

GNU Lesser General Public License 3.0

Build File

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

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

Download

Click the following link to download the jar file.

swingbox-1.0-javadoc.jar
swingbox-1.0-sources.jar
swingbox-1.0.jar
swingbox-1.0.pom



Related Tutorials