GroupId | GroupIdcom.github.ltsopensource |
---|---|
ArtifactId | ArtifactIdlts |
Version | Version1.6.9 |
Type | Typejar |
Filename | Size |
---|---|
lts-1.6.9.pom | |
lts-1.6.9.jar | 1 MB |
lts-1.6.9-sources.jar | 692 KB |
lts-1.6.9-javadoc.jar | 947 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ltsopensource/lts/ -->
<dependency>
<groupId>com.github.ltsopensource</groupId>
<artifactId>lts</artifactId>
<version>1.6.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ltsopensource/lts/
implementation 'com.github.ltsopensource:lts:1.6.9'
// https://jarcasting.com/artifacts/com.github.ltsopensource/lts/
implementation ("com.github.ltsopensource:lts:1.6.9")
'com.github.ltsopensource:lts:jar:1.6.9'
<dependency org="com.github.ltsopensource" name="lts" rev="1.6.9">
<artifact name="lts" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ltsopensource', module='lts', version='1.6.9')
)
libraryDependencies += "com.github.ltsopensource" % "lts" % "1.6.9"
[com.github.ltsopensource/lts "1.6.9"]