Whack, the core library

Whack is a Java library that easily allows the creation of external components that follow the XEP-0114: Jabber Component Protocol.

License

License

GroupId

GroupId

org.igniterealtime.whack
ArtifactId

ArtifactId

core
Last Version

Last Version

2.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

Whack, the core library
Whack is a Java library that easily allows the creation of external components that follow the XEP-0114: Jabber Component Protocol.
Project Organization

Project Organization

Ignite Realtime

Download core

How to add to project

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

Dependencies

compile (5)

Group / Artifact Type Version
xmlpull : xmlpull jar 1.1.3.4a
org.igniterealtime : tinder jar 1.2.3
xpp3 : xpp3 jar 1.1.4c
org.eclipse.jetty : jetty-server jar 7.0.1.v20091125
org.eclipse.jetty : jetty-webapp jar 7.0.1.v20091125

provided (1)

Group / Artifact Type Version
javax.servlet : servlet-api jar 2.5

Project Modules

There are no modules declared in this project.

Versions

Version
2.0.1
2.0.0