| License | License | 
|---|---|
| Categories | CategoriesJUnit Unit Testing | 
| GroupId | GroupIdcom.roscopeco.moxy | 
| ArtifactId | ArtifactIdmoxy-junit5 | 
| Last Version | Last Version0.94.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionJUnit 5 extensions for Moxy Fluent API mocking/spying framework for Java. | 
| Filename | Size | 
|---|---|
| moxy-junit5-0.94.0.pom | |
| moxy-junit5-0.94.0.jar | 2 KB | 
| moxy-junit5-0.94.0-sources.jar | 2 KB | 
| moxy-junit5-0.94.0-javadoc.jar | 395 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.roscopeco.moxy/moxy-junit5/ -->
<dependency>
    <groupId>com.roscopeco.moxy</groupId>
    <artifactId>moxy-junit5</artifactId>
    <version>0.94.0</version>
</dependency>// https://jarcasting.com/artifacts/com.roscopeco.moxy/moxy-junit5/
implementation 'com.roscopeco.moxy:moxy-junit5:0.94.0'// https://jarcasting.com/artifacts/com.roscopeco.moxy/moxy-junit5/
implementation ("com.roscopeco.moxy:moxy-junit5:0.94.0")'com.roscopeco.moxy:moxy-junit5:jar:0.94.0'<dependency org="com.roscopeco.moxy" name="moxy-junit5" rev="0.94.0">
  <artifact name="moxy-junit5" type="jar" />
</dependency>@Grapes(
@Grab(group='com.roscopeco.moxy', module='moxy-junit5', version='0.94.0')
)libraryDependencies += "com.roscopeco.moxy" % "moxy-junit5" % "0.94.0"[com.roscopeco.moxy/moxy-junit5 "0.94.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| com.roscopeco.moxy : moxy-core | jar | 0.94.0 | 
| org.junit.jupiter : junit-jupiter-api | jar | 5.1.1 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.junit.jupiter : junit-jupiter-engine | jar | 5.1.1 | 
| org.junit.platform : junit-platform-runner | jar | 1.1.1 | 
| org.assertj : assertj-core | jar | 3.10.0 | 
| nl.jqno.equalsverifier : equalsverifier | jar | 3.1.9 |