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