File | Operation |
---|---|
maven-plugin-parent-pom-0.3.0.pom | download |
<dependency>
<groupId>com.github.frtu.governance</groupId>
<artifactId>maven-plugin-parent-pom</artifactId>
<version>0.3.0</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='com.github.frtu.governance', module='maven-plugin-parent-pom', version='0.3.0')
)
<dependency org="com.github.frtu.governance" name="maven-plugin-parent-pom" rev="0.3.0" />
<parent> <groupId>com.github.frtu.governance</groupId> <artifactId>master-pom</artifactId> <version>0.3.0</version> </parent>
compile
|-- org.apache.commons:commons-lang3
|-- org.apache.maven:maven-project:2.2.1
|-- org.apache.maven:maven-plugin-api:2.0
|-- org.codehaus.plexus:plexus-utils:3.0.8
provided
|-- org.apache.maven.plugin-tools:maven-plugin-annotations:3.3
test
|-- junit:junit