Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdcom.roscopeco.moxy |
ArtifactId | ArtifactIdmoxy-junit5 |
Version | Version0.92 |
Type | Typejar |
Filename | Size |
---|---|
moxy-junit5-0.92.pom | |
moxy-junit5-0.92.jar | 2 KB |
moxy-junit5-0.92-sources.jar | 2 KB |
moxy-junit5-0.92-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.roscopeco.moxy/moxy-junit5/ -->
<dependency>
<groupId>com.roscopeco.moxy</groupId>
<artifactId>moxy-junit5</artifactId>
<version>0.92</version>
</dependency>
// https://jarcasting.com/artifacts/com.roscopeco.moxy/moxy-junit5/
implementation 'com.roscopeco.moxy:moxy-junit5:0.92'
// https://jarcasting.com/artifacts/com.roscopeco.moxy/moxy-junit5/
implementation ("com.roscopeco.moxy:moxy-junit5:0.92")
'com.roscopeco.moxy:moxy-junit5:jar:0.92'
<dependency org="com.roscopeco.moxy" name="moxy-junit5" rev="0.92">
<artifact name="moxy-junit5" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.roscopeco.moxy', module='moxy-junit5', version='0.92')
)
libraryDependencies += "com.roscopeco.moxy" % "moxy-junit5" % "0.92"
[com.roscopeco.moxy/moxy-junit5 "0.92"]