MVN

io.ksmt : ksmt-yices

Maven & Gradle

Aug 14, 2023
28 stars

io.ksmt · Kotlin API for various SMT solvers

<dependency>
    <groupId>io.ksmt</groupId>
    <artifactId>ksmt-yices</artifactId>
    <version>0.5.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.ksmt : ksmt-yices to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.7

All Versions

Choose a version of io.ksmt : ksmt-yices to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
ksmt-yices-0.5.7
ksmt-yices-0.5.6
ksmt-yices-0.5.5
ksmt-yices-0.5.4
ksmt-yices-0.5.3
ksmt-yices-0.5.2
ksmt-yices-0.5.1

How to add a dependency to Maven

Add the following io.ksmt : ksmt-yices maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.ksmt</groupId>
    <artifactId>ksmt-yices</artifactId>
    <version>0.5.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.ksmt : ksmt-yices gradle dependency to your build.gradle file:

implementation 'io.ksmt:ksmt-yices:0.5.7'

Gradle Kotlin DSL: Add the following io.ksmt : ksmt-yices gradle kotlin dependency to your build.gradle.kts file:

implementation("io.ksmt:ksmt-yices:0.5.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.ksmt : ksmt-yices sbt scala dependency to your build.sbt file:

libraryDependencies += "io.ksmt" % "ksmt-yices" % "0.5.7"

Advertisement