is not current version
Last Version 1.1

net.sf.cssbox:swingbox 1.0

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.

Categories

Categories

Net
GroupId

GroupId

net.sf.cssbox
ArtifactId

ArtifactId

swingbox
Version

Version

1.0
Type

Type

jar

Download swingbox 1.0


<!-- https://jarcasting.com/artifacts/net.sf.cssbox/swingbox/ -->
<dependency>
    <groupId>net.sf.cssbox</groupId>
    <artifactId>swingbox</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.cssbox/swingbox/
implementation 'net.sf.cssbox:swingbox:1.0'
// https://jarcasting.com/artifacts/net.sf.cssbox/swingbox/
implementation ("net.sf.cssbox:swingbox:1.0")
'net.sf.cssbox:swingbox:jar:1.0'
<dependency org="net.sf.cssbox" name="swingbox" rev="1.0">
  <artifact name="swingbox" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.cssbox', module='swingbox', version='1.0')
)
libraryDependencies += "net.sf.cssbox" % "swingbox" % "1.0"
[net.sf.cssbox/swingbox "1.0"]