GroupId | GroupIdorg.livetribe.slp |
---|---|
ArtifactId | ArtifactIdlivetribe-slp |
Version | Version2.1.2 |
Type | Typejar |
Filename | Size |
---|---|
livetribe-slp-2.1.2.pom | |
livetribe-slp-2.1.2.jar | 242 KB |
livetribe-slp-2.1.2-sources.jar | 189 KB |
livetribe-slp-2.1.2-javadoc.jar | 900 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.livetribe.slp/livetribe-slp/ -->
<dependency>
<groupId>org.livetribe.slp</groupId>
<artifactId>livetribe-slp</artifactId>
<version>2.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.livetribe.slp/livetribe-slp/
implementation 'org.livetribe.slp:livetribe-slp:2.1.2'
// https://jarcasting.com/artifacts/org.livetribe.slp/livetribe-slp/
implementation ("org.livetribe.slp:livetribe-slp:2.1.2")
'org.livetribe.slp:livetribe-slp:jar:2.1.2'
<dependency org="org.livetribe.slp" name="livetribe-slp" rev="2.1.2">
<artifact name="livetribe-slp" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.livetribe.slp', module='livetribe-slp', version='2.1.2')
)
libraryDependencies += "org.livetribe.slp" % "livetribe-slp" % "2.1.2"
[org.livetribe.slp/livetribe-slp "2.1.2"]