GroupId | GroupIdrocks.xmpp |
---|---|
ArtifactId | ArtifactIdxmpp-core-common |
Version | Version0.8.0 |
Type | Typejar |
Filename | Size |
---|---|
xmpp-core-common-0.8.0.pom | |
xmpp-core-common-0.8.0.jar | 256 KB |
xmpp-core-common-0.8.0-tests.jar | 5 KB |
xmpp-core-common-0.8.0-sources.jar | 341 KB |
xmpp-core-common-0.8.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/rocks.xmpp/xmpp-core-common/ -->
<dependency>
<groupId>rocks.xmpp</groupId>
<artifactId>xmpp-core-common</artifactId>
<version>0.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/rocks.xmpp/xmpp-core-common/
implementation 'rocks.xmpp:xmpp-core-common:0.8.0'
// https://jarcasting.com/artifacts/rocks.xmpp/xmpp-core-common/
implementation ("rocks.xmpp:xmpp-core-common:0.8.0")
'rocks.xmpp:xmpp-core-common:jar:0.8.0'
<dependency org="rocks.xmpp" name="xmpp-core-common" rev="0.8.0">
<artifact name="xmpp-core-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='rocks.xmpp', module='xmpp-core-common', version='0.8.0')
)
libraryDependencies += "rocks.xmpp" % "xmpp-core-common" % "0.8.0"
[rocks.xmpp/xmpp-core-common "0.8.0"]