License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdcom.mycila |
ArtifactId | ArtifactIdmycila-junit |
Last Version | Last Version1.4.ga |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMycila Junit Extensions
Contributions to Junit Framework
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
mycila-junit-1.4.ga.pom | |
mycila-junit-1.4.ga.jar | 21 KB |
mycila-junit-1.4.ga-sources.jar | 10 KB |
mycila-junit-1.4.ga-javadoc.jar | 92 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mycila/mycila-junit/ -->
<dependency>
<groupId>com.mycila</groupId>
<artifactId>mycila-junit</artifactId>
<version>1.4.ga</version>
</dependency>
// https://jarcasting.com/artifacts/com.mycila/mycila-junit/
implementation 'com.mycila:mycila-junit:1.4.ga'
// https://jarcasting.com/artifacts/com.mycila/mycila-junit/
implementation ("com.mycila:mycila-junit:1.4.ga")
'com.mycila:mycila-junit:jar:1.4.ga'
<dependency org="com.mycila" name="mycila-junit" rev="1.4.ga">
<artifact name="mycila-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mycila', module='mycila-junit', version='1.4.ga')
)
libraryDependencies += "com.mycila" % "mycila-junit" % "1.4.ga"
[com.mycila/mycila-junit "1.4.ga"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit-dep | jar | 4.9 |
org.codehaus.groovy : groovy Optional | jar | 1.8.1 |
org.hamcrest : hamcrest-core Optional | jar | 1.2.1 |
org.hamcrest : hamcrest-library Optional | jar | 1.2.1 |