File | Operation |
---|---|
maven-plugin-parent-pom-1.0.1.pom | download |
<dependency>
<groupId>com.github.frtu.governance</groupId>
<artifactId>maven-plugin-parent-pom</artifactId>
<version>1.0.1</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='com.github.frtu.governance', module='maven-plugin-parent-pom', version='1.0.1')
)
<dependency org="com.github.frtu.governance" name="maven-plugin-parent-pom" rev="1.0.1" />
<parent> <groupId>com.github.frtu.governance</groupId> <artifactId>master-pom</artifactId> <version>1.0.1</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