GroupId | GroupIduk.org.retep.xmpp.xmpp |
---|---|
ArtifactId | ArtifactIdschemas |
Version | Version9.11 |
Type | Typejar |
Filename | Size |
---|---|
schemas-9.11.pom | |
schemas-9.11.jar | 87 KB |
schemas-9.11-tests.jar | 3 KB |
schemas-9.11-sources.jar | 316 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/uk.org.retep.xmpp.xmpp/schemas/ -->
<dependency>
<groupId>uk.org.retep.xmpp.xmpp</groupId>
<artifactId>schemas</artifactId>
<version>9.11</version>
</dependency>
// https://jarcasting.com/artifacts/uk.org.retep.xmpp.xmpp/schemas/
implementation 'uk.org.retep.xmpp.xmpp:schemas:9.11'
// https://jarcasting.com/artifacts/uk.org.retep.xmpp.xmpp/schemas/
implementation ("uk.org.retep.xmpp.xmpp:schemas:9.11")
'uk.org.retep.xmpp.xmpp:schemas:jar:9.11'
<dependency org="uk.org.retep.xmpp.xmpp" name="schemas" rev="9.11">
<artifact name="schemas" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.org.retep.xmpp.xmpp', module='schemas', version='9.11')
)
libraryDependencies += "uk.org.retep.xmpp.xmpp" % "schemas" % "9.11"
[uk.org.retep.xmpp.xmpp/schemas "9.11"]