<dependency> <groupId>com.ringbufferlab</groupId> <artifactId>junit4-jmh-rule</artifactId> <version>0.1</version> </dependency>
implementation 'com.ringbufferlab:junit4-jmh-rule:0.1'
implementation("com.ringbufferlab:junit4-jmh-rule:0.1")
libraryDependencies += "com.ringbufferlab" % "junit4-jmh-rule" % "0.1"
@Grapes( @Grab(group='com.ringbufferlab', module='junit4-jmh-rule', version='0.1') )
<dependency org="com.ringbufferlab" name="junit4-jmh-rule" rev="0.1" />
[com.ringbufferlab/junit4-jmh-rule "0.1"]
'com.ringbufferlab:junit4-jmh-rule:jar:0.1'
<parent> <groupId>com.ringbufferlab</groupId> <artifactId>junit-benchmark-parent</artifactId> <version>0.1</version> </parent>
compile
|-- com.ringbufferlab:junit-benchmark-core
provided
|-- junit:junit
|-- org.openjdk.jmh:jmh-core
test
|-- org.assertj:assertj-core
|-- org.openjdk.jmh:jmh-generator-annprocess
|-- org.mockito:mockito-core