is not current version
Last Version 0.5

com.pep1.jira:jira-spring-boot-client-parent 0.2

Spring Boot Client for Atlassian JIRA, providing a REST API Client based on common Spring components.

Categories

Categories

Spring Boot Container Microservices CLI User Interface
GroupId

GroupId

com.pep1.jira
ArtifactId

ArtifactId

jira-spring-boot-client-parent
Version

Version

0.2
Type

Type

pom

Download jira-spring-boot-client-parent 0.2


<!-- https://jarcasting.com/artifacts/com.pep1.jira/jira-spring-boot-client-parent/ -->
<dependency>
    <groupId>com.pep1.jira</groupId>
    <artifactId>jira-spring-boot-client-parent</artifactId>
    <version>0.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.pep1.jira/jira-spring-boot-client-parent/
implementation 'com.pep1.jira:jira-spring-boot-client-parent:0.2'
// https://jarcasting.com/artifacts/com.pep1.jira/jira-spring-boot-client-parent/
implementation ("com.pep1.jira:jira-spring-boot-client-parent:0.2")
'com.pep1.jira:jira-spring-boot-client-parent:pom:0.2'
<dependency org="com.pep1.jira" name="jira-spring-boot-client-parent" rev="0.2">
  <artifact name="jira-spring-boot-client-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.pep1.jira', module='jira-spring-boot-client-parent', version='0.2')
)
libraryDependencies += "com.pep1.jira" % "jira-spring-boot-client-parent" % "0.2"
[com.pep1.jira/jira-spring-boot-client-parent "0.2"]