s

statistics-plugin

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