MVN

com.excelsiorjet : excelsior-jet-api

Maven & Gradle

Jun 13, 2019
2 usages
7 stars

Excelsior JET API · The Excelsior JET API enables easy integration with (Java) build tools such as Maven and Gradle.

<dependency>
    <groupId>com.excelsiorjet</groupId>
    <artifactId>excelsior-jet-api</artifactId>
    <version>1.3.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.excelsiorjet : excelsior-jet-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.3

All Versions

Choose a version of com.excelsiorjet : excelsior-jet-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
excelsior-jet-api-1.3.3
excelsior-jet-api-1.3.1
excelsior-jet-api-1.3.0
1.2.x
excelsior-jet-api-1.2.0
1.1.x
excelsior-jet-api-1.1.2
excelsior-jet-api-1.1.0
1.0.x
excelsior-jet-api-1.0.0
0.9.x
excelsior-jet-api-0.9.5
excelsior-jet-api-0.9.4
excelsior-jet-api-0.9.3
excelsior-jet-api-0.9.1
excelsior-jet-api-0.9.0
0.8.x
excelsior-jet-api-0.8.1
excelsior-jet-api-0.8.0
0.7.x
excelsior-jet-api-0.7.2
excelsior-jet-api-0.7.1
excelsior-jet-api-0.7.0
0.2.x
excelsior-jet-api-0.2.0
0.1.x
excelsior-jet-api-0.1.0

How to add a dependency to Maven

Add the following com.excelsiorjet : excelsior-jet-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.excelsiorjet</groupId>
    <artifactId>excelsior-jet-api</artifactId>
    <version>1.3.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.excelsiorjet : excelsior-jet-api gradle dependency to your build.gradle file:

implementation 'com.excelsiorjet:excelsior-jet-api:1.3.3'

Gradle Kotlin DSL: Add the following com.excelsiorjet : excelsior-jet-api gradle kotlin dependency to your build.gradle.kts file:

implementation("com.excelsiorjet:excelsior-jet-api:1.3.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.excelsiorjet : excelsior-jet-api sbt scala dependency to your build.sbt file:

libraryDependencies += "com.excelsiorjet" % "excelsior-jet-api" % "1.3.3"

Advertisement