| GroupId | GroupIdcom.github.esrrhs |
|---|---|
| ArtifactId | ArtifactIdtexas_algorithm |
| Version | Version1.0.8 |
| Type | Typejar |
| Filename | Size |
|---|---|
| texas_algorithm-1.0.8.pom | |
| texas_algorithm-1.0.8.jar | 53 KB |
| texas_algorithm-1.0.8-sources.jar | 22 KB |
| texas_algorithm-1.0.8-javadoc.jar | 110 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.esrrhs/texas_algorithm/ -->
<dependency>
<groupId>com.github.esrrhs</groupId>
<artifactId>texas_algorithm</artifactId>
<version>1.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.esrrhs/texas_algorithm/
implementation 'com.github.esrrhs:texas_algorithm:1.0.8'
// https://jarcasting.com/artifacts/com.github.esrrhs/texas_algorithm/
implementation ("com.github.esrrhs:texas_algorithm:1.0.8")
'com.github.esrrhs:texas_algorithm:jar:1.0.8'
<dependency org="com.github.esrrhs" name="texas_algorithm" rev="1.0.8">
<artifact name="texas_algorithm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.esrrhs', module='texas_algorithm', version='1.0.8')
)
libraryDependencies += "com.github.esrrhs" % "texas_algorithm" % "1.0.8"
[com.github.esrrhs/texas_algorithm "1.0.8"]