License |
License |
---|---|
Categories |
CategoriesContainer |
GroupId | GroupIdorg.apache.excalibur.fortress.container |
ArtifactId | ArtifactIdexcalibur-fortress-container-test |
Last Version | Last Version1.3.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionExcalibur Fortress Container Implementation Test
Fortress contains a framework to help you create your own avalon containers. It boasts asynchronous management
of your component instances, high scalability, easier maintenance of your code, and easy embedding into various
environments like servlet engines.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.apache.excalibur.fortress.container/excalibur-fortress-container-test/ -->
<dependency>
<groupId>org.apache.excalibur.fortress.container</groupId>
<artifactId>excalibur-fortress-container-test</artifactId>
<version>1.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.excalibur.fortress.container/excalibur-fortress-container-test/
implementation 'org.apache.excalibur.fortress.container:excalibur-fortress-container-test:1.3.1'
// https://jarcasting.com/artifacts/org.apache.excalibur.fortress.container/excalibur-fortress-container-test/
implementation ("org.apache.excalibur.fortress.container:excalibur-fortress-container-test:1.3.1")
'org.apache.excalibur.fortress.container:excalibur-fortress-container-test:jar:1.3.1'
<dependency org="org.apache.excalibur.fortress.container" name="excalibur-fortress-container-test" rev="1.3.1">
<artifact name="excalibur-fortress-container-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.excalibur.fortress.container', module='excalibur-fortress-container-test', version='1.3.1')
)
libraryDependencies += "org.apache.excalibur.fortress.container" % "excalibur-fortress-container-test" % "1.3.1"
[org.apache.excalibur.fortress.container/excalibur-fortress-container-test "1.3.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.excalibur.fortress.container : excalibur-fortress-container-impl | jar | 1.3.1 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.excalibur.fortress.meta : excalibur-fortress-meta | jar | 1.3.1 |
ant : ant | jar | 1.6.2 |
junit : junit | jar | 3.8.2 |