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