| GroupId | GroupIdcom.github.esrrhs |
|---|---|
| ArtifactId | ArtifactIdteenpatti_algorithm |
| Version | Version1.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| teenpatti_algorithm-1.0.1.pom | |
| teenpatti_algorithm-1.0.1.jar | 23 KB |
| teenpatti_algorithm-1.0.1-sources.jar | 9 KB |
| teenpatti_algorithm-1.0.1-javadoc.jar | 67 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.esrrhs/teenpatti_algorithm/ -->
<dependency>
<groupId>com.github.esrrhs</groupId>
<artifactId>teenpatti_algorithm</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.esrrhs/teenpatti_algorithm/
implementation 'com.github.esrrhs:teenpatti_algorithm:1.0.1'
// https://jarcasting.com/artifacts/com.github.esrrhs/teenpatti_algorithm/
implementation ("com.github.esrrhs:teenpatti_algorithm:1.0.1")
'com.github.esrrhs:teenpatti_algorithm:jar:1.0.1'
<dependency org="com.github.esrrhs" name="teenpatti_algorithm" rev="1.0.1">
<artifact name="teenpatti_algorithm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.esrrhs', module='teenpatti_algorithm', version='1.0.1')
)
libraryDependencies += "com.github.esrrhs" % "teenpatti_algorithm" % "1.0.1"
[com.github.esrrhs/teenpatti_algorithm "1.0.1"]