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