License |
License |
---|---|
Categories |
CategoriesAnt Build Tools JUnit Unit Testing |
GroupId | GroupIdcom.antwerkz.afton |
ArtifactId | ArtifactIdafton-junit |
Version | Version0.1 |
Type | Typejar |
Description |
DescriptionAfton
Suppress unit test failures while github/jira issues are open
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
afton-junit-0.1.pom | |
afton-junit-0.1.jar | 4 KB |
afton-junit-0.1-sources.jar | 1 KB |
afton-junit-0.1-javadoc.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.antwerkz.afton/afton-junit/ -->
<dependency>
<groupId>com.antwerkz.afton</groupId>
<artifactId>afton-junit</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.antwerkz.afton/afton-junit/
implementation 'com.antwerkz.afton:afton-junit:0.1'
// https://jarcasting.com/artifacts/com.antwerkz.afton/afton-junit/
implementation ("com.antwerkz.afton:afton-junit:0.1")
'com.antwerkz.afton:afton-junit:jar:0.1'
<dependency org="com.antwerkz.afton" name="afton-junit" rev="0.1">
<artifact name="afton-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.antwerkz.afton', module='afton-junit', version='0.1')
)
libraryDependencies += "com.antwerkz.afton" % "afton-junit" % "0.1"
[com.antwerkz.afton/afton-junit "0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.antwerkz.afton : afton-core | jar | 0.1 |
junit : junit | jar | 4.11 |