MVN

uk.dahai.open : mvl

Maven & Gradle

Sep 09, 2020
1 usages

Multi Valued Logic · An implementation of multi-valued logic

<dependency>
    <groupId>uk.dahai.open</groupId>
    <artifactId>mvl</artifactId>
    <version>0.0.26</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of uk.dahai.open : mvl to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.26

All Versions

Choose a version of uk.dahai.open : mvl to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
mvl-0.0.26
mvl-0.0.25
mvl-0.0.24
mvl-0.0.22
mvl-0.0.21
mvl-0.0.20

How to add a dependency to Maven

Add the following uk.dahai.open : mvl maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>uk.dahai.open</groupId>
    <artifactId>mvl</artifactId>
    <version>0.0.26</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following uk.dahai.open : mvl gradle dependency to your build.gradle file:

implementation 'uk.dahai.open:mvl:0.0.26'

Gradle Kotlin DSL: Add the following uk.dahai.open : mvl gradle kotlin dependency to your build.gradle.kts file:

implementation("uk.dahai.open:mvl:0.0.26")

How to add a dependency to SBT Scala

SBT Scala: Add the following uk.dahai.open : mvl sbt scala dependency to your build.sbt file:

libraryDependencies += "uk.dahai.open" % "mvl" % "0.0.26"

Advertisement