File | Operation |
---|---|
odlparent-8.0.1.pom | download |
<dependency>
<groupId>org.opendaylight.odlparent</groupId>
<artifactId>odlparent</artifactId>
<version>8.0.1</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='org.opendaylight.odlparent', module='odlparent', version='8.0.1')
)
<parent> <groupId>org.opendaylight.odlparent</groupId> <artifactId>odlparent-lite</artifactId> <version>8.0.1</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