is not current version
Last Version 2.0.1

org.igniterealtime.whack:core 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.whack
ArtifactId

ArtifactId

core
Version

Version

2.0.0
Type

Type

jar

Download core 2.0.0


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