<dependency>
<groupId>com.github.mike10004</groupId>
<artifactId>ormlite-helper</artifactId>
<version>5.1.0</version>
</dependency>
@Grapes(
@Grab(group='com.github.mike10004', module='ormlite-helper', version='5.1.0')
)
<parent> <groupId>com.github.mike10004</groupId> <artifactId>common-helper</artifactId> <version>5.1.0</version> </parent>
compile
|-- com.google.guava:guava:19.0
|-- com.j256.ormlite:ormlite-core:4.48
|-- com.j256.ormlite:ormlite-jdbc:4.48
|-- org.apache.commons:commons-lang3:3.4
test
|-- junit:junit:4.12