Download container-1.0.RC1.jar file - Jar c

Jar examples for c:container

Description

Container managing components and their aspects

You can download jar file container 1.0.RC1 in this page.

License

Apache License

Build File

You can use the following script to add container-1.0.RC1.jar to your project.

<dependency>
   <groupId>org.atteo.moonshine</groupId>
   <artifactId>container</artifactId>
   <version>1.0.RC1</version>
</dependency>
compile group: 'org.atteo.moonshine', name: 'container', version: '1.0.RC1'
libraryDependencies += "org.atteo.moonshine" % "container" % "1.0.RC1"
<dependency org="org.atteo.moonshine" name="container" rev="1.0.RC1"/>
@Grapes(@Grab(group='org.atteo.moonshine', module='container', version='1.0.RC1'))
'org.atteo.moonshine:container:jar:1.0.RC1'

Download

Click the following link to download the jar file.

container-1.0.RC1-javadoc.jar
container-1.0.RC1-sources.jar
container-1.0.RC1.jar
container-1.0.RC1.pom



Related Tutorials