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