Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdio.github.tomaszstaniewicz |
ArtifactId | ArtifactIdjira-client |
Version | Version0.7.1-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
jira-client-0.7.1-RELEASE.pom | |
jira-client-0.7.1-RELEASE.jar | 137 KB |
jira-client-0.7.1-RELEASE-sources.jar | 109 KB |
jira-client-0.7.1-RELEASE-javadoc.jar | 523 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.tomaszstaniewicz/jira-client/ -->
<dependency>
<groupId>io.github.tomaszstaniewicz</groupId>
<artifactId>jira-client</artifactId>
<version>0.7.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.tomaszstaniewicz/jira-client/
implementation 'io.github.tomaszstaniewicz:jira-client:0.7.1-RELEASE'
// https://jarcasting.com/artifacts/io.github.tomaszstaniewicz/jira-client/
implementation ("io.github.tomaszstaniewicz:jira-client:0.7.1-RELEASE")
'io.github.tomaszstaniewicz:jira-client:jar:0.7.1-RELEASE'
<dependency org="io.github.tomaszstaniewicz" name="jira-client" rev="0.7.1-RELEASE">
<artifact name="jira-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.tomaszstaniewicz', module='jira-client', version='0.7.1-RELEASE')
)
libraryDependencies += "io.github.tomaszstaniewicz" % "jira-client" % "0.7.1-RELEASE"
[io.github.tomaszstaniewicz/jira-client "0.7.1-RELEASE"]