| License | License | 
|---|---|
| Categories | CategoriesMaven Build Tools | 
| GroupId | GroupIdorg.apache.maven.mae.components | 
| ArtifactId | ArtifactIdmae-components | 
| Version | Version1.0-alpha-1 | 
| Type | Typepom | 
| Description | DescriptionMaven App Engine: Components Parent POM 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-components-1.0-alpha-1.pom | 2 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.apache.maven.mae.components/mae-components/ -->
<dependency>
    <groupId>org.apache.maven.mae.components</groupId>
    <artifactId>mae-components</artifactId>
    <version>1.0-alpha-1</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.apache.maven.mae.components/mae-components/
implementation 'org.apache.maven.mae.components:mae-components:1.0-alpha-1'// https://jarcasting.com/artifacts/org.apache.maven.mae.components/mae-components/
implementation ("org.apache.maven.mae.components:mae-components:1.0-alpha-1")'org.apache.maven.mae.components:mae-components:pom:1.0-alpha-1'<dependency org="org.apache.maven.mae.components" name="mae-components" rev="1.0-alpha-1">
  <artifact name="mae-components" type="pom" />
</dependency>@Grapes(
@Grab(group='org.apache.maven.mae.components', module='mae-components', version='1.0-alpha-1')
)libraryDependencies += "org.apache.maven.mae.components" % "mae-components" % "1.0-alpha-1"[org.apache.maven.mae.components/mae-components "1.0-alpha-1"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.commonjava.atservice : atservice-annotation | jar | 0.1 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.maven.mae : mae-api | jar | |
| log4j : log4j | jar | |
| org.commonjava.atservice : atservice-processor | jar | 0.1 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.8.2 |