MVN

io.github.pirocks : nd-thing

Maven & Gradle

Apr 08, 2019
1 stars

A Simple Logic Library · A simple library for working with first order logic and natural deduction proofs

<dependency>
    <groupId>io.github.pirocks</groupId>
    <artifactId>nd-thing</artifactId>
    <version>0.0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.pirocks : nd-thing to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.7

All Versions

Choose a version of io.github.pirocks : nd-thing to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
nd-thing-0.0.7

How to add a dependency to Maven

Add the following io.github.pirocks : nd-thing maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.pirocks</groupId>
    <artifactId>nd-thing</artifactId>
    <version>0.0.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.pirocks : nd-thing gradle dependency to your build.gradle file:

implementation 'io.github.pirocks:nd-thing:0.0.7'

Gradle Kotlin DSL: Add the following io.github.pirocks : nd-thing gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.pirocks:nd-thing:0.0.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.pirocks : nd-thing sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.pirocks" % "nd-thing" % "0.0.7"