File | Operation |
---|---|
odlparent-7.0.3.pom | download |
<dependency>
<groupId>org.opendaylight.odlparent</groupId>
<artifactId>odlparent</artifactId>
<version>7.0.3</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='org.opendaylight.odlparent', module='odlparent', version='7.0.3')
)
<parent> <groupId>org.opendaylight.odlparent</groupId> <artifactId>odlparent-lite</artifactId> <version>7.0.3</version> </parent>
provided
|-- org.slf4j:slf4j-api:1.7.28
|-- org.eclipse.jdt:org.eclipse.jdt.annotation:2.2.400
|-- com.github.spotbugs:spotbugs-annotations:3.1.12
|-- org.gaul:modernizer-maven-annotations:2.1.0
test
|-- org.slf4j:slf4j-simple:1.7.28
|-- org.hamcrest:hamcrest-library:2.2
|-- junit:junit:4.13