Files download
File Operation
repicea-mathstats-1.2.2.jar download
repicea-mathstats-1.2.2.pom download
repicea-mathstats-1.2.2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.cwfc-ccfb</groupId>
  <artifactId>repicea-mathstats</artifactId>
  <version>1.2.2</version>
</dependency>
Gradle Groovy
implementation 'io.github.cwfc-ccfb:repicea-mathstats:1.2.2'
Gradle Kotlin
implementation("io.github.cwfc-ccfb:repicea-mathstats:1.2.2")
Scala SBT
libraryDependencies += "io.github.cwfc-ccfb" % "repicea-mathstats" % "1.2.2"
Groovy Grape
@Grapes(
  @Grab(group='io.github.cwfc-ccfb', module='repicea-mathstats', version='1.2.2')
)
Apache Ivy
<dependency org="io.github.cwfc-ccfb" name="repicea-mathstats" rev="1.2.2" />
Leiningen
[io.github.cwfc-ccfb/repicea-mathstats "1.2.2"]
Apache Buildr
'io.github.cwfc-ccfb:repicea-mathstats:jar:1.2.2'