<dependency>
<groupId>net.optionfactory.spring</groupId>
<artifactId>data-jpa-web</artifactId>
<version>18.3</version>
</dependency>
@Grapes(
@Grab(group='net.optionfactory.spring', module='data-jpa-web', version='18.3')
)
<parent> <groupId>net.optionfactory.spring</groupId> <artifactId>optionfactory-spring</artifactId> <version>18.3</version> </parent>
compile
|-- net.optionfactory.spring:data-jpa
|-- com.fasterxml.jackson.core:jackson-databind
|-- org.springframework:spring-web
test
|-- org.apache.logging.log4j:log4j-slf4j2-impl
|-- junit:junit