License |
License
Apache 2.0
|
---|---|
Categories |
CategoriesJUnit Unit Testing GUI User Interface Guice Application Layer Libs Dependency Injection |
GroupId | GroupIdname.falgout.jeffrey.testing |
ArtifactId | ArtifactIdjunit5-guice-extension |
Last Version | Last Version1.0.0-M3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjunit5-guice-extension
Guice for JUnit 5
|
<!-- https://jarcasting.com/artifacts/name.falgout.jeffrey.testing/junit5-guice-extension/ -->
<dependency>
<groupId>name.falgout.jeffrey.testing</groupId>
<artifactId>junit5-guice-extension</artifactId>
<version>1.0.0-M3</version>
</dependency>
// https://jarcasting.com/artifacts/name.falgout.jeffrey.testing/junit5-guice-extension/
implementation 'name.falgout.jeffrey.testing:junit5-guice-extension:1.0.0-M3'
// https://jarcasting.com/artifacts/name.falgout.jeffrey.testing/junit5-guice-extension/
implementation ("name.falgout.jeffrey.testing:junit5-guice-extension:1.0.0-M3")
'name.falgout.jeffrey.testing:junit5-guice-extension:jar:1.0.0-M3'
<dependency org="name.falgout.jeffrey.testing" name="junit5-guice-extension" rev="1.0.0-M3">
<artifact name="junit5-guice-extension" type="jar" />
</dependency>
@Grapes(
@Grab(group='name.falgout.jeffrey.testing', module='junit5-guice-extension', version='1.0.0-M3')
)
libraryDependencies += "name.falgout.jeffrey.testing" % "junit5-guice-extension" % "1.0.0-M3"
[name.falgout.jeffrey.testing/junit5-guice-extension "1.0.0-M3"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.0.0-M3 |
com.google.inject : guice | jar | 4.1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.platform : junit-platform-launcher | jar | 1.0.0-M3 |
com.google.truth : truth | jar | 0.30 |
org.mockito : mockito-core | jar | 2.7.13 |