| GroupId | GroupIdcom.github.seratch |
|---|---|
| ArtifactId | ArtifactIdltsv4s_2.11 |
| Version | Version1.0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| ltsv4s_2.11-1.0.2.pom | |
| ltsv4s_2.11-1.0.2.jar | 24 KB |
| ltsv4s_2.11-1.0.2-sources.jar | 1 KB |
| ltsv4s_2.11-1.0.2-javadoc.jar | 360 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.seratch/ltsv4s_2.11/ -->
<dependency>
<groupId>com.github.seratch</groupId>
<artifactId>ltsv4s_2.11</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.seratch/ltsv4s_2.11/
implementation 'com.github.seratch:ltsv4s_2.11:1.0.2'
// https://jarcasting.com/artifacts/com.github.seratch/ltsv4s_2.11/
implementation ("com.github.seratch:ltsv4s_2.11:1.0.2")
'com.github.seratch:ltsv4s_2.11:jar:1.0.2'
<dependency org="com.github.seratch" name="ltsv4s_2.11" rev="1.0.2">
<artifact name="ltsv4s_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.seratch', module='ltsv4s_2.11', version='1.0.2')
)
libraryDependencies += "com.github.seratch" % "ltsv4s_2.11" % "1.0.2"
[com.github.seratch/ltsv4s_2.11 "1.0.2"]