| Категории |
КатегорииСеть |
|---|---|
| Группа | Группаnet.sf.jung |
| Идентификатор | Идентификаторjung-io |
| Версия | Версия2.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| jung-io-2.0.pom | |
| jung-io-2.0.jar | 77 KB |
| jung-io-2.0-sources.jar | 54 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.sf.jung/jung-io/ -->
<dependency>
<groupId>net.sf.jung</groupId>
<artifactId>jung-io</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.jung/jung-io/
implementation 'net.sf.jung:jung-io:2.0'
// https://jarcasting.com/artifacts/net.sf.jung/jung-io/
implementation ("net.sf.jung:jung-io:2.0")
'net.sf.jung:jung-io:jar:2.0'
<dependency org="net.sf.jung" name="jung-io" rev="2.0">
<artifact name="jung-io" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.jung', module='jung-io', version='2.0')
)
libraryDependencies += "net.sf.jung" % "jung-io" % "2.0"
[net.sf.jung/jung-io "2.0"]