<dependency>
<groupId>com.bug-cloud</groupId>
<artifactId>bugcloud-junit-core</artifactId>
<version>0.0.1-RELEASE</version>
</dependency>
@Grapes(
@Grab(group='com.bug-cloud', module='bugcloud-junit-core', version='0.0.1-RELEASE')
)
compile
|-- org.springframework:spring-web:5.3.2
|-- org.reflections:reflections:0.9.12
|-- com.alibaba:fastjson:1.2.73
|-- org.springframework.boot:spring-boot-starter-test:2.4.2
|-- org.javassist:javassist:3.27.0-GA
|-- org.apache.commons:commons-math3:3.6.1
|-- com.squareup.okhttp3:okhttp:4.9.0
|-- javax.servlet:javax.servlet-api:4.0.1
|-- com.google.guava:guava:28.2-jre
runtime