| Categories |
CategoriesJUnit Unit Testing |
|---|---|
| GroupId | GroupIdcom.github.dreamhead |
| ArtifactId | ArtifactIdmoco-junit |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| moco-junit-1.0.0.pom | |
| moco-junit-1.0.0.jar | 2 KB |
| moco-junit-1.0.0-sources.jar | 1 KB |
| moco-junit-1.0.0-javadoc.jar | 20 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.dreamhead/moco-junit/ -->
<dependency>
<groupId>com.github.dreamhead</groupId>
<artifactId>moco-junit</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dreamhead/moco-junit/
implementation 'com.github.dreamhead:moco-junit:1.0.0'
// https://jarcasting.com/artifacts/com.github.dreamhead/moco-junit/
implementation ("com.github.dreamhead:moco-junit:1.0.0")
'com.github.dreamhead:moco-junit:jar:1.0.0'
<dependency org="com.github.dreamhead" name="moco-junit" rev="1.0.0">
<artifact name="moco-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dreamhead', module='moco-junit', version='1.0.0')
)
libraryDependencies += "com.github.dreamhead" % "moco-junit" % "1.0.0"
[com.github.dreamhead/moco-junit "1.0.0"]