MVN

com.github.esrrhs : texas_algorithm

Maven & Gradle

Nov 09, 2018
67 stars

texas_algorithm · texas algorithm.

<dependency>
    <groupId>com.github.esrrhs</groupId>
    <artifactId>texas_algorithm</artifactId>
    <version>1.0.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.esrrhs : texas_algorithm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.12

All Versions

Choose a version of com.github.esrrhs : texas_algorithm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
texas_algorithm-1.0.12
texas_algorithm-1.0.11
texas_algorithm-1.0.10
texas_algorithm-1.0.9
texas_algorithm-1.0.8
texas_algorithm-1.0.7
texas_algorithm-1.0.6
texas_algorithm-1.0.5
texas_algorithm-1.0.4
texas_algorithm-1.0.3
texas_algorithm-1.0.2
texas_algorithm-1.0.1
texas_algorithm-1.0.0

How to add a dependency to Maven

Add the following com.github.esrrhs : texas_algorithm maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.esrrhs</groupId>
    <artifactId>texas_algorithm</artifactId>
    <version>1.0.12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.esrrhs : texas_algorithm gradle dependency to your build.gradle file:

implementation 'com.github.esrrhs:texas_algorithm:1.0.12'

Gradle Kotlin DSL: Add the following com.github.esrrhs : texas_algorithm gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.esrrhs:texas_algorithm:1.0.12")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.esrrhs : texas_algorithm sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.esrrhs" % "texas_algorithm" % "1.0.12"

Advertisement