m

mvl

An implementation of multi-valued logic
https://gitlab.com/dahaiuk/open/mvl
MIT License
Dahai Open Source
Richard Bourner
Files download
File Operation
mvl-0.0.26.jar download
mvl-0.0.26.pom download
mvl-0.0.26-sources.jar download
Apache Maven
<dependency>
  <groupId>uk.dahai.open</groupId>
  <artifactId>mvl</artifactId>
  <version>0.0.26</version>
</dependency>
Gradle Groovy
implementation 'uk.dahai.open:mvl:0.0.26'
Gradle Kotlin
implementation("uk.dahai.open:mvl:0.0.26")
Scala SBT
libraryDependencies += "uk.dahai.open" % "mvl" % "0.0.26"
Groovy Grape
@Grapes(
  @Grab(group='uk.dahai.open', module='mvl', version='0.0.26')
)
Apache Ivy
<dependency org="uk.dahai.open" name="mvl" rev="0.0.26" />
Leiningen
[uk.dahai.open/mvl "0.0.26"]
Apache Buildr
'uk.dahai.open:mvl:jar:0.0.26'