| License |
License |
|---|---|
| GroupId | GroupIdcom.github.ltsopensource |
| ArtifactId | ArtifactIdlts |
| Last Version | Last Version1.7.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionlts
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Filename | Size |
|---|---|
| lts-1.7.0.pom | |
| lts-1.7.0.jar | 1 MB |
| lts-1.7.0-sources.jar | 692 KB |
| lts-1.7.0-javadoc.jar | 947 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.ltsopensource/lts/ -->
<dependency>
<groupId>com.github.ltsopensource</groupId>
<artifactId>lts</artifactId>
<version>1.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ltsopensource/lts/
implementation 'com.github.ltsopensource:lts:1.7.0'
// https://jarcasting.com/artifacts/com.github.ltsopensource/lts/
implementation ("com.github.ltsopensource:lts:1.7.0")
'com.github.ltsopensource:lts:jar:1.7.0'
<dependency org="com.github.ltsopensource" name="lts" rev="1.7.0">
<artifact name="lts" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ltsopensource', module='lts', version='1.7.0')
)
libraryDependencies += "com.github.ltsopensource" % "lts" % "1.7.0"
[com.github.ltsopensource/lts "1.7.0"]