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