<dependency>
<groupId>io.github.data-rocks-team</groupId>
<artifactId>schemaregistry-junit4</artifactId>
<version>0.1.1</version>
</dependency>
@Grapes(
@Grab(group='io.github.data-rocks-team', module='schemaregistry-junit4', version='0.1.1')
)
compile
|-- io.github.data-rocks-team:schemaregistry-junit-core:0.1.1
runtime
|-- org.slf4j:slf4j-api:1.7.30