s

statistics-plugin

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