<dependency> <groupId>com.groupon.mysql</groupId> <artifactId>mysql-junit4</artifactId> <version>0.2</version> </dependency>
implementation 'com.groupon.mysql:mysql-junit4:0.2'
implementation("com.groupon.mysql:mysql-junit4:0.2")
libraryDependencies += "com.groupon.mysql" % "mysql-junit4" % "0.2"
@Grapes( @Grab(group='com.groupon.mysql', module='mysql-junit4', version='0.2') )
<dependency org="com.groupon.mysql" name="mysql-junit4" rev="0.2" />
[com.groupon.mysql/mysql-junit4 "0.2"]
'com.groupon.mysql:mysql-junit4:jar:0.2'
<parent> <groupId>com.groupon.mysql</groupId> <artifactId>mysql-testing</artifactId> <version>0.2</version> </parent>
compile
|-- com.groupon.mysql:mysql-embed
|-- junit:junit:4.11
provided
|-- org.jdbi:jdbi:2.51
|-- com.googlecode.flyway:flyway-core:2.2.1
test
|-- org.assertj:assertj-core:1.4.0