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