| License |
License |
|---|---|
| Categories |
CategoriesMaven Build Tools Container |
| GroupId | GroupIdorg.apache.maven.mae |
| ArtifactId | ArtifactIdmae-container |
| Last Version | Last Version1.0-alpha-1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionMaven App Engine: Injectable Container
Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| mae-container-1.0-alpha-1.pom | |
| mae-container-1.0-alpha-1.jar | 66 KB |
| mae-container-1.0-alpha-1-sources.jar | 35 KB |
| mae-container-1.0-alpha-1-javadoc.jar | 102 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.maven.mae/mae-container/ -->
<dependency>
<groupId>org.apache.maven.mae</groupId>
<artifactId>mae-container</artifactId>
<version>1.0-alpha-1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.maven.mae/mae-container/
implementation 'org.apache.maven.mae:mae-container:1.0-alpha-1'
// https://jarcasting.com/artifacts/org.apache.maven.mae/mae-container/
implementation ("org.apache.maven.mae:mae-container:1.0-alpha-1")
'org.apache.maven.mae:mae-container:jar:1.0-alpha-1'
<dependency org="org.apache.maven.mae" name="mae-container" rev="1.0-alpha-1">
<artifact name="mae-container" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.maven.mae', module='mae-container', version='1.0-alpha-1')
)
libraryDependencies += "org.apache.maven.mae" % "mae-container" % "1.0-alpha-1"
[org.apache.maven.mae/mae-container "1.0-alpha-1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.sonatype.sisu : sisu-inject-plexus | jar | |
| org.apache.maven.mae : mae-api | jar | |
| org.commonjava.atservice : atservice-annotation | jar | 0.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.5.6 |
| org.commonjava.atservice : atservice-processor | jar | 0.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.8.2 |