| License | License | 
|---|---|
| Categories | CategoriesMaven Build Tools | 
| GroupId | GroupIdorg.apache.maven.mae.components | 
| ArtifactId | ArtifactIdmae-graph-support | 
| Version | Version1.0-alpha-1 | 
| Type | Typejar | 
| Description | DescriptionMaven App Engine: Graph Support 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 | 
<!-- https://jarcasting.com/artifacts/org.apache.maven.mae.components/mae-graph-support/ -->
<dependency>
    <groupId>org.apache.maven.mae.components</groupId>
    <artifactId>mae-graph-support</artifactId>
    <version>1.0-alpha-1</version>
</dependency>// https://jarcasting.com/artifacts/org.apache.maven.mae.components/mae-graph-support/
implementation 'org.apache.maven.mae.components:mae-graph-support:1.0-alpha-1'// https://jarcasting.com/artifacts/org.apache.maven.mae.components/mae-graph-support/
implementation ("org.apache.maven.mae.components:mae-graph-support:1.0-alpha-1")'org.apache.maven.mae.components:mae-graph-support:jar:1.0-alpha-1'<dependency org="org.apache.maven.mae.components" name="mae-graph-support" rev="1.0-alpha-1">
  <artifact name="mae-graph-support" type="jar" />
</dependency>@Grapes(
@Grab(group='org.apache.maven.mae.components', module='mae-graph-support', version='1.0-alpha-1')
)libraryDependencies += "org.apache.maven.mae.components" % "mae-graph-support" % "1.0-alpha-1"[org.apache.maven.mae.components/mae-graph-support "1.0-alpha-1"]| Group / Artifact | Type | Version | 
|---|---|---|
| net.sf.jung : jung-api | jar | 2.0.1 | 
| net.sf.jung : jung-graph-impl | jar | 2.0.1 | 
| 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 |