is not current version
Last Version 2.3.11

com.atlassian.stash:stash-java-client 2.0.3

Stash client using REST API through Application Links or Apache HttpClient

Categories

Categories

Java Languages CLI User Interface
GroupId

GroupId

com.atlassian.stash
ArtifactId

ArtifactId

stash-java-client
Version

Version

2.0.3
Type

Type

pom

Download stash-java-client 2.0.3


<!-- https://jarcasting.com/artifacts/com.atlassian.stash/stash-java-client/ -->
<dependency>
    <groupId>com.atlassian.stash</groupId>
    <artifactId>stash-java-client</artifactId>
    <version>2.0.3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.atlassian.stash/stash-java-client/
implementation 'com.atlassian.stash:stash-java-client:2.0.3'
// https://jarcasting.com/artifacts/com.atlassian.stash/stash-java-client/
implementation ("com.atlassian.stash:stash-java-client:2.0.3")
'com.atlassian.stash:stash-java-client:pom:2.0.3'
<dependency org="com.atlassian.stash" name="stash-java-client" rev="2.0.3">
  <artifact name="stash-java-client" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.atlassian.stash', module='stash-java-client', version='2.0.3')
)
libraryDependencies += "com.atlassian.stash" % "stash-java-client" % "2.0.3"
[com.atlassian.stash/stash-java-client "2.0.3"]