License |
License |
---|---|
Categories |
CategoriesJava Languages CLI User Interface |
GroupId | GroupIdcom.atlassian.stash |
ArtifactId | ArtifactIdstash-java-client |
Last Version | Last Version2.3.11 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionstash-java-client
Stash client using REST API through Application Links or Apache HttpClient
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
stash-java-client-2.3.11.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.atlassian.stash/stash-java-client/ -->
<dependency>
<groupId>com.atlassian.stash</groupId>
<artifactId>stash-java-client</artifactId>
<version>2.3.11</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.atlassian.stash/stash-java-client/
implementation 'com.atlassian.stash:stash-java-client:2.3.11'
// https://jarcasting.com/artifacts/com.atlassian.stash/stash-java-client/
implementation ("com.atlassian.stash:stash-java-client:2.3.11")
'com.atlassian.stash:stash-java-client:pom:2.3.11'
<dependency org="com.atlassian.stash" name="stash-java-client" rev="2.3.11">
<artifact name="stash-java-client" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.atlassian.stash', module='stash-java-client', version='2.3.11')
)
libraryDependencies += "com.atlassian.stash" % "stash-java-client" % "2.3.11"
[com.atlassian.stash/stash-java-client "2.3.11"]