| License |
License |
|---|---|
| GroupId | GroupIdorg.igniterealtime.whack |
| ArtifactId | ArtifactIdsample.weather |
| Version | Version2.0.1 |
| Type | Typejar |
| Description |
DescriptionWhack example: Weather Component
The Whack Weather Component example shows you Whack can be used to implement a simple XMPP service.
|
| Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.igniterealtime.whack/sample.weather/ -->
<dependency>
<groupId>org.igniterealtime.whack</groupId>
<artifactId>sample.weather</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.igniterealtime.whack/sample.weather/
implementation 'org.igniterealtime.whack:sample.weather:2.0.1'
// https://jarcasting.com/artifacts/org.igniterealtime.whack/sample.weather/
implementation ("org.igniterealtime.whack:sample.weather:2.0.1")
'org.igniterealtime.whack:sample.weather:jar:2.0.1'
<dependency org="org.igniterealtime.whack" name="sample.weather" rev="2.0.1">
<artifact name="sample.weather" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.igniterealtime.whack', module='sample.weather', version='2.0.1')
)
libraryDependencies += "org.igniterealtime.whack" % "sample.weather" % "2.0.1"
[org.igniterealtime.whack/sample.weather "2.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.igniterealtime.whack : core | jar | 2.0.1 |
| net.sourceforge.jweather : jweather | jar | 0.3.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-simple | jar | [1.5.8,) |