License |
License |
---|---|
Categories |
CategoriesGephi General Purpose Libraries Utility |
GroupId | GroupIdorg.gephi |
ArtifactId | ArtifactIdgephi-plugin-parent |
Last Version | Last Version0.9.6 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptiongephi-plugins-parent
Parent POM for all Gephi plugins
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
gephi-plugin-parent-0.9.6.pom | 24 KB |
Browse |
<!-- 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"]