Files download
File Operation
ksmt-z3-0.5.8-draft.jar download
ksmt-z3-0.5.8-draft.pom download
ksmt-z3-0.5.8-draft-sources.jar download
Apache Maven
<dependency>
  <groupId>io.ksmt</groupId>
  <artifactId>ksmt-z3</artifactId>
  <version>0.5.8-draft</version>
</dependency>
Gradle Groovy
implementation 'io.ksmt:ksmt-z3:0.5.8-draft'
Gradle Kotlin
implementation("io.ksmt:ksmt-z3:0.5.8-draft")
Scala SBT
libraryDependencies += "io.ksmt" % "ksmt-z3" % "0.5.8-draft"
Groovy Grape
@Grapes(
  @Grab(group='io.ksmt', module='ksmt-z3', version='0.5.8-draft')
)
Apache Ivy
<dependency org="io.ksmt" name="ksmt-z3" rev="0.5.8-draft" />
Leiningen
[io.ksmt/ksmt-z3 "0.5.8-draft"]
Apache Buildr
'io.ksmt:ksmt-z3:jar:0.5.8-draft'