MVN

net.wetheinter : xapi-jre

Maven & Gradle

May 31, 2015
1 usages

XApi - Jre uber jar · This module exists solely to package all other jre modules into a single uber jar. This makes deploying to non-mavenized targets much easier. Of course, you would be wise to inherit your dependencies individually; the uber jar is intended for projects like collide, which have complex configuration, and adding many jars would be a pain. It also allows dependent modules to discover new features, as modules graduate from labs to final, they will be added here. As you type X_, autocomplete will expose newly added services.

<dependency>
    <groupId>net.wetheinter</groupId>
    <artifactId>xapi-jre</artifactId>
    <version>0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.wetheinter : xapi-jre to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5

All Versions

Choose a version of net.wetheinter : xapi-jre to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5
xapi-jre-0.5
0.4
xapi-jre-0.4
0.3
xapi-jre-0.3

How to add a dependency to Maven

Add the following net.wetheinter : xapi-jre maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.wetheinter</groupId>
    <artifactId>xapi-jre</artifactId>
    <version>0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.wetheinter : xapi-jre gradle dependency to your build.gradle file:

implementation 'net.wetheinter:xapi-jre:0.5'

Gradle Kotlin DSL: Add the following net.wetheinter : xapi-jre gradle kotlin dependency to your build.gradle.kts file:

implementation("net.wetheinter:xapi-jre:0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.wetheinter : xapi-jre sbt scala dependency to your build.sbt file:

libraryDependencies += "net.wetheinter" % "xapi-jre" % "0.5"

Advertisement

Dependencies from Group

May 31, 2015
17 usages
May 31, 2015
16 usages
May 31, 2015
12 usages
May 31, 2015
10 usages
May 31, 2015
9 usages

Discover Dependencies

May 25, 2015
1 usages
May 25, 2015
2 usages
May 21, 2017
May 28, 2017
3 stars
May 28, 2017
3 stars
May 30, 2015
0 stars
Aug 25, 2023
605 stars
Aug 25, 2023
605 stars
Jan 25, 2021
43 stars