| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииGephi Универсальные библиотеки Utility |
| Группа | Группаorg.gephi |
| Идентификатор | Идентификаторgephi-plugin-parent |
| Последняя версия | Последняя версия0.9.6 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеgephi-plugins-parent
Parent POM for all Gephi plugins
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| gephi-plugin-parent-0.9.6.pom | 24 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.gephi/gephi-plugin-parent/ -->
<dependency>
<groupId>org.gephi</groupId>
<artifactId>gephi-plugin-parent</artifactId>
<version>0.9.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.gephi/gephi-plugin-parent/
implementation 'org.gephi:gephi-plugin-parent:0.9.6'
// https://jarcasting.com/artifacts/org.gephi/gephi-plugin-parent/
implementation ("org.gephi:gephi-plugin-parent:0.9.6")
'org.gephi:gephi-plugin-parent:pom:0.9.6'
<dependency org="org.gephi" name="gephi-plugin-parent" rev="0.9.6">
<artifact name="gephi-plugin-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.gephi', module='gephi-plugin-parent', version='0.9.6')
)
libraryDependencies += "org.gephi" % "gephi-plugin-parent" % "0.9.6"
[org.gephi/gephi-plugin-parent "0.9.6"]