MVN

org.igniterealtime.whack : core

Maven & Gradle

Nov 29, 2016
4 usages
27 stars

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.

<dependency>
    <groupId>org.igniterealtime.whack</groupId>
    <artifactId>core</artifactId>
    <version>2.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.igniterealtime.whack : core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.1

All Versions

Choose a version of org.igniterealtime.whack : core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
core-2.0.1
core-2.0.0

How to add a dependency to Maven

Add the following org.igniterealtime.whack : core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.igniterealtime.whack</groupId>
    <artifactId>core</artifactId>
    <version>2.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.igniterealtime.whack : core gradle dependency to your build.gradle file:

implementation 'org.igniterealtime.whack:core:2.0.1'

Gradle Kotlin DSL: Add the following org.igniterealtime.whack : core gradle kotlin dependency to your build.gradle.kts file:

implementation("org.igniterealtime.whack:core:2.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.igniterealtime.whack : core sbt scala dependency to your build.sbt file:

libraryDependencies += "org.igniterealtime.whack" % "core" % "2.0.1"

Advertisement

Dependencies from Group

Nov 29, 2016
4 usages
27 stars

Discover Dependencies

Jul 03, 2015
6 usages
194 stars
Feb 17, 2016
5 usages
4 stars
Jan 19, 2016
2 usages
1 stars
Sep 22, 2016
6 usages
May 14, 2017
2 usages
0 stars
Aug 27, 2017
1 stars
Jul 04, 2018
5 usages
570 stars
Mar 20, 2019
1 stars