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