l

lphy-base

The standard library of LPhy, which contains the required generative distributions and basic functions.
https://linguaphylo.github.io/
GNU Lesser General Public License, version 3
LPhy developer team
Files download
File Operation
lphy-base-1.5.0.jar download
lphy-base-1.5.0.pom download
lphy-base-1.5.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.linguaphylo</groupId>
  <artifactId>lphy-base</artifactId>
  <version>1.5.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.linguaphylo:lphy-base:1.5.0'
Gradle Kotlin
implementation("io.github.linguaphylo:lphy-base:1.5.0")
Scala SBT
libraryDependencies += "io.github.linguaphylo" % "lphy-base" % "1.5.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.linguaphylo', module='lphy-base', version='1.5.0')
)
Apache Ivy
<dependency org="io.github.linguaphylo" name="lphy-base" rev="1.5.0" />
Leiningen
[io.github.linguaphylo/lphy-base "1.5.0"]
Apache Buildr
'io.github.linguaphylo:lphy-base:jar:1.5.0'