j

jfuncmachine

A library for building functional languages
https://www.jfuncmachine.org
MIT License
Mark Wutka
Files download
File Operation
jfuncmachine-1.0.1.jar download
jfuncmachine-1.0.1.pom download
jfuncmachine-1.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jfuncmachine</groupId>
  <artifactId>jfuncmachine</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'org.jfuncmachine:jfuncmachine:1.0.1'
Gradle Kotlin
implementation("org.jfuncmachine:jfuncmachine:1.0.1")
Scala SBT
libraryDependencies += "org.jfuncmachine" % "jfuncmachine" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='org.jfuncmachine', module='jfuncmachine', version='1.0.1')
)
Apache Ivy
<dependency org="org.jfuncmachine" name="jfuncmachine" rev="1.0.1" />
Leiningen
[org.jfuncmachine/jfuncmachine "1.0.1"]
Apache Buildr
'org.jfuncmachine:jfuncmachine:jar:1.0.1'