не последняя версия
Последняя версия 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.

Категории

Категории

Сеть
Группа

Группа

net.sf.cssbox
Идентификатор

Идентификатор

swingbox
Версия

Версия

1.0
Тип

Тип

jar

Скачать 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"]