| Категории |
КатегорииСеть |
|---|---|
| Группа | Группаnet.sf.cssbox |
| Идентификатор | Идентификаторswingbox |
| Версия | Версия1.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| swingbox-1.0.pom | |
| swingbox-1.0.jar | 97 KB |
| swingbox-1.0-sources.jar | 74 KB |
| swingbox-1.0-javadoc.jar | 292 KB |
| Обзор |
<!-- 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"]