is not current version
Last Version 2.0.1

org.igniterealtime:whack 2.0.0

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

GroupId

GroupId

org.igniterealtime
ArtifactId

ArtifactId

whack
Version

Version

2.0.0
Type

Type

pom

Download whack 2.0.0

Filename Size
whack-2.0.0.pom 3 KB
Browse

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