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