File | Operation |
---|---|
pepper-parentModule-3.5.3.pom | download |
<dependency>
<groupId>org.corpus-tools</groupId>
<artifactId>pepper-parentModule</artifactId>
<version>3.5.3</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='org.corpus-tools', module='pepper-parentModule', version='3.5.3')
)
<parent> <groupId>org.corpus-tools</groupId> <artifactId>pepper</artifactId> <version>3.5.3</version> </parent>
compile
|-- org.corpus-tools:pepper-framework
|-- org.apache.commons:commons-lang3
provided
|-- org.osgi:org.osgi.compendium
|-- com.carrotgarden.osgi:carrot-osgi-anno-scr-core
|-- com.carrotgarden.osgi:carrot-osgi-anno-scr-make
test
|-- xmlunit:xmlunit
|-- junit:junit