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