<dependency> <groupId>org.opentest4j</groupId> <artifactId>opentest4j</artifactId> <version>1.3.0-RC1</version> </dependency>
implementation 'org.opentest4j:opentest4j:1.3.0-RC1'
implementation("org.opentest4j:opentest4j:1.3.0-RC1")
libraryDependencies += "org.opentest4j" % "opentest4j" % "1.3.0-RC1"
@Grapes( @Grab(group='org.opentest4j', module='opentest4j', version='1.3.0-RC1') )
<dependency org="org.opentest4j" name="opentest4j" rev="1.3.0-RC1" />
[org.opentest4j/opentest4j "1.3.0-RC1"]
'org.opentest4j:opentest4j:jar:1.3.0-RC1'