License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdio.esastack |
ArtifactId | ArtifactIdcabin-maven |
Last Version | Last Version0.1.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionESA Cabin is a lightweight class isolation container for Java applications.
|
Filename | Size |
---|---|
cabin-maven-0.1.1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.esastack/cabin-maven/ -->
<dependency>
<groupId>io.esastack</groupId>
<artifactId>cabin-maven</artifactId>
<version>0.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.esastack/cabin-maven/
implementation 'io.esastack:cabin-maven:0.1.1'
// https://jarcasting.com/artifacts/io.esastack/cabin-maven/
implementation ("io.esastack:cabin-maven:0.1.1")
'io.esastack:cabin-maven:pom:0.1.1'
<dependency org="io.esastack" name="cabin-maven" rev="0.1.1">
<artifact name="cabin-maven" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.esastack', module='cabin-maven', version='0.1.1')
)
libraryDependencies += "io.esastack" % "cabin-maven" % "0.1.1"
[io.esastack/cabin-maven "0.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |