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