<dependency>
<groupId>name.falgout.jeffrey.testing.junit5</groupId>
<artifactId>guice-extension</artifactId>
<version>1.0.1</version>
</dependency>
libraryDependencies += "name.falgout.jeffrey.testing.junit5" % "guice-extension" % "1.0.1"
@Grapes(
@Grab(group='name.falgout.jeffrey.testing.junit5', module='guice-extension', version='1.0.1')
)
<dependency org="name.falgout.jeffrey.testing.junit5" name="guice-extension" rev="1.0.1" />
<parent> <groupId>name.falgout.jeffrey.testing.junit5</groupId> <artifactId>junit5-extensions</artifactId> <version>1.0.1</version> </parent>
compile
|-- name.falgout.jeffrey.testing.junit5:extension-testing
|-- org.junit.jupiter:junit-jupiter-api
|-- org.junit.platform:junit-platform-commons