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