is not current version
Last Version 1.3.3

com.excelsiorjet:excelsior-jet-api 1.0.0

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

GroupId

GroupId

com.excelsiorjet
ArtifactId

ArtifactId

excelsior-jet-api
Version

Version

1.0.0
Type

Type

jar

Download excelsior-jet-api 1.0.0


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