<dependency> <groupId>com.btmatthews.junit</groupId> <artifactId>junit-rules</artifactId> <version>1.0.1</version> </dependency>
implementation 'com.btmatthews.junit:junit-rules:1.0.1'
implementation("com.btmatthews.junit:junit-rules:1.0.1")
libraryDependencies += "com.btmatthews.junit" % "junit-rules" % "1.0.1"
@Grapes( @Grab(group='com.btmatthews.junit', module='junit-rules', version='1.0.1') )
<dependency org="com.btmatthews.junit" name="junit-rules" rev="1.0.1" />
[com.btmatthews.junit/junit-rules "1.0.1"]
'com.btmatthews.junit:junit-rules:jar:1.0.1'
compile
|-- org.slf4j:slf4j-api:1.7.16
|-- junit:junit:4.12
test
|-- org.mockito:mockito-core:1.10.19
|-- org.powermock:powermock-api-mockito:1.6.4
|-- org.powermock:powermock-module-junit4:1.6.4
|-- org.slf4j:slf4j-simple:1.7.16