Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.nexocode |
ArtifactId | ArtifactIdjira-client |
Version | Version0.7.0 |
Type | Typejar |
Filename | Size |
---|---|
jira-client-0.7.0.pom | |
jira-client-0.7.0.jar | 138 KB |
jira-client-0.7.0-sources.jar | 110 KB |
jira-client-0.7.0-javadoc.jar | 508 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.nexocode/jira-client/ -->
<dependency>
<groupId>com.nexocode</groupId>
<artifactId>jira-client</artifactId>
<version>0.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.nexocode/jira-client/
implementation 'com.nexocode:jira-client:0.7.0'
// https://jarcasting.com/artifacts/com.nexocode/jira-client/
implementation ("com.nexocode:jira-client:0.7.0")
'com.nexocode:jira-client:jar:0.7.0'
<dependency org="com.nexocode" name="jira-client" rev="0.7.0">
<artifact name="jira-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nexocode', module='jira-client', version='0.7.0')
)
libraryDependencies += "com.nexocode" % "jira-client" % "0.7.0"
[com.nexocode/jira-client "0.7.0"]