License |
License |
---|---|
Categories |
CategoriesJava Languages CLI User Interface |
GroupId | GroupIdorg.openengsb.wrapped |
ArtifactId | ArtifactIdjira-rest-java-client-parent |
Last Version | Last Version2.0.0-m32.w1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionJIRA REST Java Client
Java library which allows to easily talk to any JIRA 5.0+ instance.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jira-rest-java-client-parent-2.0.0-m32.w1.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openengsb.wrapped/jira-rest-java-client-parent/ -->
<dependency>
<groupId>org.openengsb.wrapped</groupId>
<artifactId>jira-rest-java-client-parent</artifactId>
<version>2.0.0-m32.w1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.openengsb.wrapped/jira-rest-java-client-parent/
implementation 'org.openengsb.wrapped:jira-rest-java-client-parent:2.0.0-m32.w1'
// https://jarcasting.com/artifacts/org.openengsb.wrapped/jira-rest-java-client-parent/
implementation ("org.openengsb.wrapped:jira-rest-java-client-parent:2.0.0-m32.w1")
'org.openengsb.wrapped:jira-rest-java-client-parent:pom:2.0.0-m32.w1'
<dependency org="org.openengsb.wrapped" name="jira-rest-java-client-parent" rev="2.0.0-m32.w1">
<artifact name="jira-rest-java-client-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.openengsb.wrapped', module='jira-rest-java-client-parent', version='2.0.0-m32.w1')
)
libraryDependencies += "org.openengsb.wrapped" % "jira-rest-java-client-parent" % "2.0.0-m32.w1"
[org.openengsb.wrapped/jira-rest-java-client-parent "2.0.0-m32.w1"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 10.0.1 |
com.google.code.findbugs : jsr305 Optional | jar | 1.3.7 |