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