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