MVN

org.sosy-lab : smtinterpol

Maven & Gradle

Aug 16, 2016
1 usages
57 stars

SMTInterpol Solver · SMTInterpol interpolating SMT solver

<dependency>
    <groupId>org.sosy-lab</groupId>
    <artifactId>smtinterpol</artifactId>
    <version>2.1-255-gcdd5908</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.sosy-lab : smtinterpol to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1-255-gcdd5908

All Versions

Choose a version of org.sosy-lab : smtinterpol to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1
smtinterpol-2.1-255-gcdd5908
smtinterpol-2.1-238-g1f06d6a

How to add a dependency to Maven

Add the following org.sosy-lab : smtinterpol maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.sosy-lab</groupId>
    <artifactId>smtinterpol</artifactId>
    <version>2.1-255-gcdd5908</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.sosy-lab : smtinterpol gradle dependency to your build.gradle file:

implementation 'org.sosy-lab:smtinterpol:2.1-255-gcdd5908'

Gradle Kotlin DSL: Add the following org.sosy-lab : smtinterpol gradle kotlin dependency to your build.gradle.kts file:

implementation("org.sosy-lab:smtinterpol:2.1-255-gcdd5908")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.sosy-lab : smtinterpol sbt scala dependency to your build.sbt file:

libraryDependencies += "org.sosy-lab" % "smtinterpol" % "2.1-255-gcdd5908"

Advertisement