License |
License |
---|---|
GroupId | GroupIdcom.excelsiorjet |
ArtifactId | ArtifactIdexcelsior-jet-api |
Version | Version1.3.3 |
Type | Typejar |
Description |
DescriptionExcelsior JET API
The Excelsior JET API enables easy integration with (Java) build tools such as Maven and Gradle.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
excelsior-jet-api-1.3.3.pom | |
excelsior-jet-api-1.3.3.jar | 167 KB |
excelsior-jet-api-1.3.3-sources.jar | 128 KB |
excelsior-jet-api-1.3.3-javadoc.jar | 485 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.excelsiorjet/excelsior-jet-api/ -->
<dependency>
<groupId>com.excelsiorjet</groupId>
<artifactId>excelsior-jet-api</artifactId>
<version>1.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.excelsiorjet/excelsior-jet-api/
implementation 'com.excelsiorjet:excelsior-jet-api:1.3.3'
// https://jarcasting.com/artifacts/com.excelsiorjet/excelsior-jet-api/
implementation ("com.excelsiorjet:excelsior-jet-api:1.3.3")
'com.excelsiorjet:excelsior-jet-api:jar:1.3.3'
<dependency org="com.excelsiorjet" name="excelsior-jet-api" rev="1.3.3">
<artifact name="excelsior-jet-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.excelsiorjet', module='excelsior-jet-api', version='1.3.3')
)
libraryDependencies += "com.excelsiorjet" % "excelsior-jet-api" % "1.3.3"
[com.excelsiorjet/excelsior-jet-api "1.3.3"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.plexus : plexus-utils | jar | 3.0.8 |
org.apache.commons : commons-compress | jar | 1.10 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |
org.mockito : mockito-all | jar | 2.0.2-beta |
org.powermock : powermock-api-mockito | jar | 1.6.5 |
org.powermock : powermock-module-junit4 | jar | 1.6.5 |