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