<dependency>
<groupId>com.fhs-opensource</groupId>
<artifactId>jpa-query-wrapper</artifactId>
<version>1.0.2</version>
</dependency>
@Grapes(
@Grab(group='com.fhs-opensource', module='jpa-query-wrapper', version='1.0.2')
)
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
compile
|-- com.fhs-opensource:easy_trans_service:1.0.6
|-- org.springframework:spring-context:5.2.4.RELEASE
|-- org.springframework.boot:spring-boot-autoconfigure:2.2.5.RELEASE
|-- cglib:cglib:3.1
|-- org.hibernate:hibernate-core:5.4.12.Final
|-- org.springframework.boot:spring-boot-starter-data-jpa:2.2.5.RELEASE
|-- mysql:mysql-connector-java:8.0.12
|-- org.projectlombok:lombok:1.18.12
|-- org.springframework.boot:spring-boot-starter-jdbc:2.2.5.RELEASE
|-- org.springframework.boot:spring-boot-autoconfigure:2.2.5.RELEASE
test
|-- org.springframework.boot:spring-boot-starter-test:2.2.5.RELEASE