License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdio.github.tomaszstaniewicz |
ArtifactId | ArtifactIdjira-client |
Version | Version0.7.5-RELEASE |
Type | Typejar |
Description |
Descriptionjira-client
A simple JIRA REST client
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jira-client-0.7.5-RELEASE.pom | |
jira-client-0.7.5-RELEASE.jar | 140 KB |
jira-client-0.7.5-RELEASE-sources.jar | 110 KB |
jira-client-0.7.5-RELEASE-javadoc.jar | 528 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.tomaszstaniewicz/jira-client/ -->
<dependency>
<groupId>io.github.tomaszstaniewicz</groupId>
<artifactId>jira-client</artifactId>
<version>0.7.5-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.tomaszstaniewicz/jira-client/
implementation 'io.github.tomaszstaniewicz:jira-client:0.7.5-RELEASE'
// https://jarcasting.com/artifacts/io.github.tomaszstaniewicz/jira-client/
implementation ("io.github.tomaszstaniewicz:jira-client:0.7.5-RELEASE")
'io.github.tomaszstaniewicz:jira-client:jar:0.7.5-RELEASE'
<dependency org="io.github.tomaszstaniewicz" name="jira-client" rev="0.7.5-RELEASE">
<artifact name="jira-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.tomaszstaniewicz', module='jira-client', version='0.7.5-RELEASE')
)
libraryDependencies += "io.github.tomaszstaniewicz" % "jira-client" % "0.7.5-RELEASE"
[io.github.tomaszstaniewicz/jira-client "0.7.5-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.httpcomponents : httpclient | jar | 4.2.5 |
org.apache.httpcomponents : httpmime | jar | 4.2.5 |
org.apache.commons : commons-lang3 | jar | 3.8 |
net.sf.json-lib : json-lib | jar | 2.4 |
joda-time : joda-time | jar | 2.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.powermock : powermock-module-junit4 | jar | 1.6.3 |
org.powermock : powermock-api-mockito | jar | 1.6.3 |
org.codehaus.groovy : groovy-all | jar | 2.4.6 |