Last Version

Whack example: Weather AbstractComponent 2.0.1

The Whack Weather AbstractComponent example shows you Whack can be used to implement a simple XMPP service, using the AbstractComponent class.

License

License

GroupId

GroupId

org.igniterealtime.whack
ArtifactId

ArtifactId

sample.weatherabstract
Version

Version

2.0.1
Type

Type

jar
Description

Description

Whack example: Weather AbstractComponent
The Whack Weather AbstractComponent example shows you Whack can be used to implement a simple XMPP service, using the AbstractComponent class.
Project Organization

Project Organization

Ignite Realtime

Download sample.weatherabstract 2.0.1


<!-- https://jarcasting.com/artifacts/org.igniterealtime.whack/sample.weatherabstract/ -->
<dependency>
    <groupId>org.igniterealtime.whack</groupId>
    <artifactId>sample.weatherabstract</artifactId>
    <version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.igniterealtime.whack/sample.weatherabstract/
implementation 'org.igniterealtime.whack:sample.weatherabstract:2.0.1'
// https://jarcasting.com/artifacts/org.igniterealtime.whack/sample.weatherabstract/
implementation ("org.igniterealtime.whack:sample.weatherabstract:2.0.1")
'org.igniterealtime.whack:sample.weatherabstract:jar:2.0.1'
<dependency org="org.igniterealtime.whack" name="sample.weatherabstract" rev="2.0.1">
  <artifact name="sample.weatherabstract" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.igniterealtime.whack', module='sample.weatherabstract', version='2.0.1')
)
libraryDependencies += "org.igniterealtime.whack" % "sample.weatherabstract" % "2.0.1"
[org.igniterealtime.whack/sample.weatherabstract "2.0.1"]

Dependencies

compile (2)

Group / Artifact Type Version
org.igniterealtime.whack : core jar 2.0.1
net.sourceforge.jweather : jweather jar 0.3.0

runtime (1)

Group / Artifact Type Version
org.slf4j : slf4j-simple jar [1.5.8,)

Project Modules

There are no modules declared in this project.