GroupId | GroupIdrocks.xmpp |
---|---|
ArtifactId | ArtifactIdxmpp-core-common |
Version | Version0.8.1 |
Type | Typejar |
Filename | Size |
---|---|
xmpp-core-common-0.8.1.pom | |
xmpp-core-common-0.8.1.jar | 264 KB |
xmpp-core-common-0.8.1-tests.jar | 5 KB |
xmpp-core-common-0.8.1-sources.jar | 344 KB |
xmpp-core-common-0.8.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/rocks.xmpp/xmpp-core-common/
implementation 'rocks.xmpp:xmpp-core-common:0.8.1'
// https://jarcasting.com/artifacts/rocks.xmpp/xmpp-core-common/
implementation ("rocks.xmpp:xmpp-core-common:0.8.1")
'rocks.xmpp:xmpp-core-common:jar:0.8.1'
<dependency org="rocks.xmpp" name="xmpp-core-common" rev="0.8.1">
<artifact name="xmpp-core-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='rocks.xmpp', module='xmpp-core-common', version='0.8.1')
)
libraryDependencies += "rocks.xmpp" % "xmpp-core-common" % "0.8.1"
[rocks.xmpp/xmpp-core-common "0.8.1"]