s

statistics-plugin

Files download
File Operation
statistics-plugin-0.9.5.jar download
statistics-plugin-0.9.5.pom download
statistics-plugin-0.9.5-sources.jar download
Apache Maven
<dependency>
  <groupId>org.gephi</groupId>
  <artifactId>statistics-plugin</artifactId>
  <version>0.9.5</version>
  <type>nbm</type>
</dependency>
Gradle Groovy
implementation 'org.gephi:statistics-plugin:0.9.5'
Gradle Kotlin
implementation("org.gephi:statistics-plugin:0.9.5")
Scala SBT
libraryDependencies += "org.gephi" % "statistics-plugin" % "0.9.5"
Groovy Grape
@Grapes(
  @Grab(group='org.gephi', module='statistics-plugin', version='0.9.5')
)
Apache Ivy
<dependency org="org.gephi" name="statistics-plugin" rev="0.9.5" />
Leiningen
[org.gephi/statistics-plugin "0.9.5"]
Apache Buildr
'org.gephi:statistics-plugin:jar:0.9.5'