| Categories |
CategoriesJUnit Unit Testing |
|---|---|
| GroupId | GroupIdcom.episode6.hackit.chop |
| ArtifactId | ArtifactIdchop-junit |
| Version | Version0.1.9 |
| Type | Typejar |
| Filename | Size |
|---|---|
| chop-junit-0.1.9.pom | |
| chop-junit-0.1.9.jar | 2 KB |
| chop-junit-0.1.9-sources.jar | 1 KB |
| chop-junit-0.1.9-javadoc.jar | 19 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.episode6.hackit.chop/chop-junit/ -->
<dependency>
<groupId>com.episode6.hackit.chop</groupId>
<artifactId>chop-junit</artifactId>
<version>0.1.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.episode6.hackit.chop/chop-junit/
implementation 'com.episode6.hackit.chop:chop-junit:0.1.9'
// https://jarcasting.com/artifacts/com.episode6.hackit.chop/chop-junit/
implementation ("com.episode6.hackit.chop:chop-junit:0.1.9")
'com.episode6.hackit.chop:chop-junit:jar:0.1.9'
<dependency org="com.episode6.hackit.chop" name="chop-junit" rev="0.1.9">
<artifact name="chop-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.episode6.hackit.chop', module='chop-junit', version='0.1.9')
)
libraryDependencies += "com.episode6.hackit.chop" % "chop-junit" % "0.1.9"
[com.episode6.hackit.chop/chop-junit "0.1.9"]