Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.liftweb |
ArtifactId | ArtifactIdlift-xmpp |
Version | Version2.0-M5 |
Type | Typejar |
Filename | Size |
---|---|
lift-xmpp-2.0-M5.pom | |
lift-xmpp-2.0-M5.jar | 74 KB |
lift-xmpp-2.0-M5-sources.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.liftweb/lift-xmpp/ -->
<dependency>
<groupId>net.liftweb</groupId>
<artifactId>lift-xmpp</artifactId>
<version>2.0-M5</version>
</dependency>
// https://jarcasting.com/artifacts/net.liftweb/lift-xmpp/
implementation 'net.liftweb:lift-xmpp:2.0-M5'
// https://jarcasting.com/artifacts/net.liftweb/lift-xmpp/
implementation ("net.liftweb:lift-xmpp:2.0-M5")
'net.liftweb:lift-xmpp:jar:2.0-M5'
<dependency org="net.liftweb" name="lift-xmpp" rev="2.0-M5">
<artifact name="lift-xmpp" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.liftweb', module='lift-xmpp', version='2.0-M5')
)
libraryDependencies += "net.liftweb" % "lift-xmpp" % "2.0-M5"
[net.liftweb/lift-xmpp "2.0-M5"]