MVN

com.indeed : atlassian-ws

Maven & Gradle

Jan 23, 2014
1 usages

Simple helpers for working with Atlassian web services

<dependency>
    <groupId>com.indeed</groupId>
    <artifactId>atlassian-ws</artifactId>
    <version>0.1.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.indeed : atlassian-ws to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.7

All Versions

Choose a version of com.indeed : atlassian-ws to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
atlassian-ws-0.1.7

How to add a dependency to Maven

Add the following com.indeed : atlassian-ws maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.indeed</groupId>
    <artifactId>atlassian-ws</artifactId>
    <version>0.1.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.indeed : atlassian-ws gradle dependency to your build.gradle file:

implementation 'com.indeed:atlassian-ws:0.1.7'

Gradle Kotlin DSL: Add the following com.indeed : atlassian-ws gradle kotlin dependency to your build.gradle.kts file:

implementation("com.indeed:atlassian-ws:0.1.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.indeed : atlassian-ws sbt scala dependency to your build.sbt file:

libraryDependencies += "com.indeed" % "atlassian-ws" % "0.1.7"

Advertisement