| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.mastfrog |
| Идентификатор | Идентификаторvisual-library-jung |
| Последняя версия | Последняя версия2.2 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеVisual Library + Jung (parent)
Parent project for Visual-Library + JUNG integration
|
| Организация-разработчик |
Организация-разработчикMastfrog Technologies |
| Имя Файла | Размер |
|---|---|
| visual-library-jung-2.2.pom | 16 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.mastfrog/visual-library-jung/ -->
<dependency>
<groupId>com.mastfrog</groupId>
<artifactId>visual-library-jung</artifactId>
<version>2.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.mastfrog/visual-library-jung/
implementation 'com.mastfrog:visual-library-jung:2.2'
// https://jarcasting.com/artifacts/com.mastfrog/visual-library-jung/
implementation ("com.mastfrog:visual-library-jung:2.2")
'com.mastfrog:visual-library-jung:pom:2.2'
<dependency org="com.mastfrog" name="visual-library-jung" rev="2.2">
<artifact name="visual-library-jung" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.mastfrog', module='visual-library-jung', version='2.2')
)
libraryDependencies += "com.mastfrog" % "visual-library-jung" % "2.2"
[com.mastfrog/visual-library-jung "2.2"]