Files download
File Operation
sql-index-1.0.0.pom download
Apache Maven
<dependency>
  <groupId>com.github.houbb</groupId>
  <artifactId>sql-index</artifactId>
  <version>1.0.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.houbb:sql-index:1.0.0'
Gradle Kotlin
implementation("com.github.houbb:sql-index:1.0.0")
Scala SBT
libraryDependencies += "com.github.houbb" % "sql-index" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.houbb', module='sql-index', version='1.0.0')
)
Apache Ivy
<dependency org="com.github.houbb" name="sql-index" rev="1.0.0" />
Leiningen
[com.github.houbb/sql-index "1.0.0"]
Apache Buildr
'com.github.houbb:sql-index:jar:1.0.0'