| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcom.prasannjeet |
| ArtifactId | ArtifactIdjiraRestClient |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJira Rest Client
A Java Library that implements REST API of JIRA
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jiraRestClient-1.0.pom | |
| jiraRestClient-1.0.jar | 144 KB |
| jiraRestClient-1.0-sources.jar | 87 KB |
| jiraRestClient-1.0-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.prasannjeet/jiraRestClient/ -->
<dependency>
<groupId>com.prasannjeet</groupId>
<artifactId>jiraRestClient</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.prasannjeet/jiraRestClient/
implementation 'com.prasannjeet:jiraRestClient:1.0'
// https://jarcasting.com/artifacts/com.prasannjeet/jiraRestClient/
implementation ("com.prasannjeet:jiraRestClient:1.0")
'com.prasannjeet:jiraRestClient:jar:1.0'
<dependency org="com.prasannjeet" name="jiraRestClient" rev="1.0">
<artifact name="jiraRestClient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.prasannjeet', module='jiraRestClient', version='1.0')
)
libraryDependencies += "com.prasannjeet" % "jiraRestClient" % "1.0"
[com.prasannjeet/jiraRestClient "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.httpcomponents : httpclient | jar | 4.5.13 |
| org.apache.httpcomponents : httpmime | jar | 4.5.13 |
| com.google.code.gson : gson | jar | 2.8.9 |
| org.apache.commons : commons-lang3 | jar | 3.12.0 |
| javax.ws.rs : jsr311-api | jar | 1.1.1 |
| commons-io : commons-io | jar | 20030203.000550 |
| commons-validator : commons-validator | jar | 1.7 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |