GroupId | GroupIdxfire |
---|---|
ArtifactId | ArtifactIdxfire-xmpp |
Last Version | Last Version1.0-20051009.200408 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
xfire-xmpp-1.0-20051009.200408.pom | |
xfire-xmpp-1.0-20051009.200408.jar | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/xfire/xfire-xmpp/ -->
<dependency>
<groupId>xfire</groupId>
<artifactId>xfire-xmpp</artifactId>
<version>1.0-20051009.200408</version>
</dependency>
// https://jarcasting.com/artifacts/xfire/xfire-xmpp/
implementation 'xfire:xfire-xmpp:1.0-20051009.200408'
// https://jarcasting.com/artifacts/xfire/xfire-xmpp/
implementation ("xfire:xfire-xmpp:1.0-20051009.200408")
'xfire:xfire-xmpp:jar:1.0-20051009.200408'
<dependency org="xfire" name="xfire-xmpp" rev="1.0-20051009.200408">
<artifact name="xfire-xmpp" type="jar" />
</dependency>
@Grapes(
@Grab(group='xfire', module='xfire-xmpp', version='1.0-20051009.200408')
)
libraryDependencies += "xfire" % "xfire-xmpp" % "1.0-20051009.200408"
[xfire/xfire-xmpp "1.0-20051009.200408"]