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