| GroupId | GroupIdio.github.himanshithakur |
|---|---|
| ArtifactId | ArtifactIdtelscitame |
| Version | Version1.0.10 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| telscitame-1.0.10.pom | |
| telscitame-1.0.10-sources.jar | 916 bytes |
| telscitame-1.0.10-javadoc.jar | 102 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.himanshithakur/telscitame/ -->
<dependency>
<groupId>io.github.himanshithakur</groupId>
<artifactId>telscitame</artifactId>
<version>1.0.10</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.himanshithakur/telscitame/
implementation 'io.github.himanshithakur:telscitame:1.0.10'
// https://jarcasting.com/artifacts/io.github.himanshithakur/telscitame/
implementation ("io.github.himanshithakur:telscitame:1.0.10")
'io.github.himanshithakur:telscitame:aar:1.0.10'
<dependency org="io.github.himanshithakur" name="telscitame" rev="1.0.10">
<artifact name="telscitame" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.himanshithakur', module='telscitame', version='1.0.10')
)
libraryDependencies += "io.github.himanshithakur" % "telscitame" % "1.0.10"
[io.github.himanshithakur/telscitame "1.0.10"]