Download excalibur-fortress-container-impl-1.3.1.jar file - Jar e

Jar examples for e:excalibur-fortress-container-impl

Description

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.

You can download jar file excalibur-fortress-container-impl 1.3.1 in this page.

License

Apache License

Build File

You can use the following script to add excalibur-fortress-container-impl-1.3.1.jar to your project.

<dependency>
   <groupId>org.apache.excalibur.fortress.container</groupId>
   <artifactId>excalibur-fortress-container-impl</artifactId>
   <version>1.3.1</version>
</dependency>
compile group: 'org.apache.excalibur.fortress.container', name: 'excalibur-fortress-container-impl', version: '1.3.1'
libraryDependencies += "org.apache.excalibur.fortress.container" % "excalibur-fortress-container-impl" % "1.3.1"
<dependency org="org.apache.excalibur.fortress.container" name="excalibur-fortress-container-impl" rev="1.3.1"/>
@Grapes(@Grab(group='org.apache.excalibur.fortress.container', module='excalibur-fortress-container-impl', version='1.3.1'))
'org.apache.excalibur.fortress.container:excalibur-fortress-container-impl:jar:1.3.1'

Download

Click the following link to download the jar file.

excalibur-fortress-container-impl-1.3.1-javadoc.jar
excalibur-fortress-container-impl-1.3.1-sources.jar
excalibur-fortress-container-impl-1.3.1.jar
excalibur-fortress-container-impl-1.3.1.pom



Related Tutorials