j

jashing-jira

JIRA Integration for Jashing
https://github.com/avarabyeu
Files download
File Operation
jashing-jira-0.0.2.jar download
jashing-jira-0.0.2.pom download
jashing-jira-0.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.avarabyeu.jashing.extensions</groupId>
  <artifactId>jashing-jira</artifactId>
  <version>0.0.2</version>
</dependency>
Gradle Groovy
implementation 'com.github.avarabyeu.jashing.extensions:jashing-jira:0.0.2'
Gradle Kotlin
implementation("com.github.avarabyeu.jashing.extensions:jashing-jira:0.0.2")
Scala SBT
libraryDependencies += "com.github.avarabyeu.jashing.extensions" % "jashing-jira" % "0.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.avarabyeu.jashing.extensions', module='jashing-jira', version='0.0.2')
)
Apache Ivy
<dependency org="com.github.avarabyeu.jashing.extensions" name="jashing-jira" rev="0.0.2" />
Leiningen
[com.github.avarabyeu.jashing.extensions/jashing-jira "0.0.2"]
Apache Buildr
'com.github.avarabyeu.jashing.extensions:jashing-jira:jar:0.0.2'