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