l

lphy

The core of LPhy. LPhy is a probabilistic model specification language to concisely and precisely define phylogenetic models.
https://linguaphylo.github.io/
GNU Lesser General Public License, version 3
LPhy developer team
Files download
File Operation
lphy-1.5.0.jar download
lphy-1.5.0.pom download
lphy-1.5.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.linguaphylo</groupId>
  <artifactId>lphy</artifactId>
  <version>1.5.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.linguaphylo:lphy:1.5.0'
Gradle Kotlin
implementation("io.github.linguaphylo:lphy:1.5.0")
Scala SBT
libraryDependencies += "io.github.linguaphylo" % "lphy" % "1.5.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.linguaphylo', module='lphy', version='1.5.0')
)
Apache Ivy
<dependency org="io.github.linguaphylo" name="lphy" rev="1.5.0" />
Leiningen
[io.github.linguaphylo/lphy "1.5.0"]
Apache Buildr
'io.github.linguaphylo:lphy:jar:1.5.0'