文件下载
文件名 操作
smt-annotations_2.12-0.9.2.jar 下载
smt-annotations_2.12-0.9.2.pom 下载
smt-annotations_2.12-0.9.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.bitlap</groupId>
  <artifactId>smt-annotations_2.12</artifactId>
  <version>0.9.2</version>
</dependency>
Gradle Groovy
implementation 'org.bitlap:smt-annotations_2.12:0.9.2'
Gradle Kotlin
implementation("org.bitlap:smt-annotations_2.12:0.9.2")
Scala SBT
libraryDependencies += "org.bitlap" % "smt-annotations_2.12" % "0.9.2"
Groovy Grape
@Grapes(
  @Grab(group='org.bitlap', module='smt-annotations_2.12', version='0.9.2')
)
Apache Ivy
<dependency org="org.bitlap" name="smt-annotations_2.12" rev="0.9.2" />
Leiningen
[org.bitlap/smt-annotations_2.12 "0.9.2"]
Apache Buildr
'org.bitlap:smt-annotations_2.12:jar:0.9.2'