License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdcom.antwerkz.afton |
ArtifactId | ArtifactIdafton-core |
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-core-0.1.pom | |
afton-core-0.1.jar | 4 KB |
afton-core-0.1-sources.jar | 2 KB |
afton-core-0.1-javadoc.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.antwerkz.afton/afton-core/ -->
<dependency>
<groupId>com.antwerkz.afton</groupId>
<artifactId>afton-core</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.antwerkz.afton/afton-core/
implementation 'com.antwerkz.afton:afton-core:0.1'
// https://jarcasting.com/artifacts/com.antwerkz.afton/afton-core/
implementation ("com.antwerkz.afton:afton-core:0.1")
'com.antwerkz.afton:afton-core:jar:0.1'
<dependency org="com.antwerkz.afton" name="afton-core" rev="0.1">
<artifact name="afton-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.antwerkz.afton', module='afton-core', version='0.1')
)
libraryDependencies += "com.antwerkz.afton" % "afton-core" % "0.1"
[com.antwerkz.afton/afton-core "0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.atlassian.jira » jira-rest-java-client | jar | 2.0.0-m2 |
org.slf4j : slf4j-api | jar | 1.7.5 |
ch.qos.logback : logback-core | jar | 1.0.13 |
junit : junit | jar | 4.11 |
org.kohsuke : github-api | jar | 1.44 |