GroupId | GroupIduk.org.retep.xmpp.xmpp |
---|---|
ArtifactId | ArtifactIdcore |
Version | Version10.1 |
Type | Typejar |
Filename | Size |
---|---|
core-10.1.pom | |
core-10.1.jar | 79 KB |
core-10.1-tests.jar | 10 KB |
core-10.1-sources.jar | 70 KB |
core-10.1-javadoc.jar | 330 KB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.org.retep.xmpp.xmpp/core/ -->
<dependency>
<groupId>uk.org.retep.xmpp.xmpp</groupId>
<artifactId>core</artifactId>
<version>10.1</version>
</dependency>
// https://jarcasting.com/artifacts/uk.org.retep.xmpp.xmpp/core/
implementation 'uk.org.retep.xmpp.xmpp:core:10.1'
// https://jarcasting.com/artifacts/uk.org.retep.xmpp.xmpp/core/
implementation ("uk.org.retep.xmpp.xmpp:core:10.1")
'uk.org.retep.xmpp.xmpp:core:jar:10.1'
<dependency org="uk.org.retep.xmpp.xmpp" name="core" rev="10.1">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.org.retep.xmpp.xmpp', module='core', version='10.1')
)
libraryDependencies += "uk.org.retep.xmpp.xmpp" % "core" % "10.1"
[uk.org.retep.xmpp.xmpp/core "10.1"]