File | Operation |
---|---|
trip-project-1.2.3.pom | download |
<dependency>
<groupId>io.skullabs.trip</groupId>
<artifactId>trip-project</artifactId>
<version>1.2.3</version>
<type>pom</type>
</dependency>
compile
|-- io.skullabs.trip:trip-core:1.2.3
provided
|-- org.projectlombok:lombok:1.14.8
|-- io.skullabs.trip:trip-processor:1.2.3
test
|-- junit:junit:4.12