<dependency>
<groupId>com.github.bingoohuang</groupId>
<artifactId>asmvalidator</artifactId>
<version>0.0.15</version>
</dependency>
@Grapes(
@Grab(group='com.github.bingoohuang', module='asmvalidator', version='0.0.15')
)
compile
|-- org.objenesis:objenesis:2.1
|-- org.apache.commons:commons-lang3:3.4
|-- com.google.guava:guava:18.0
|-- com.github.bingoohuang:java-utils:0.0.6
provided
|-- org.projectlombok:lombok:1.16.16
test
|-- junit:junit:4.12
|-- com.google.truth:truth:0.27
|-- org.springframework.boot:spring-boot-starter-web:1.2.5.RELEASE
|-- com.jayway.jsonpath:json-path:1.2.0
|-- org.springframework.boot:spring-boot-starter-test:1.2.5.RELEASE
|-- com.fasterxml.jackson.core:jackson-databind:2.6.0