GroupId | GroupIduk.org.retep.xmpp |
---|---|
ArtifactId | ArtifactIdmain |
Version | Version10.1 |
Type | Typejar |
Filename | Size |
---|---|
main-10.1.pom | 1022 bytes |
main-10.1-tests.jar | 1 KB |
main-10.1-site.xml | 632 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/uk.org.retep.xmpp/main/ -->
<dependency>
<groupId>uk.org.retep.xmpp</groupId>
<artifactId>main</artifactId>
<version>10.1</version>
</dependency>
// https://jarcasting.com/artifacts/uk.org.retep.xmpp/main/
implementation 'uk.org.retep.xmpp:main:10.1'
// https://jarcasting.com/artifacts/uk.org.retep.xmpp/main/
implementation ("uk.org.retep.xmpp:main:10.1")
'uk.org.retep.xmpp:main:jar:10.1'
<dependency org="uk.org.retep.xmpp" name="main" rev="10.1">
<artifact name="main" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.org.retep.xmpp', module='main', version='10.1')
)
libraryDependencies += "uk.org.retep.xmpp" % "main" % "10.1"
[uk.org.retep.xmpp/main "10.1"]