| License |
License |
|---|---|
| Categories |
CategoriesJava Languages CLI User Interface |
| GroupId | GroupIdcom.atlassian.stash |
| ArtifactId | ArtifactIdstash-java-client-api |
| Last Version | Last Version2.3.11 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionstash-java-client-api
Stash REST client API
|
| Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.atlassian.stash/stash-java-client-api/ -->
<dependency>
<groupId>com.atlassian.stash</groupId>
<artifactId>stash-java-client-api</artifactId>
<version>2.3.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.atlassian.stash/stash-java-client-api/
implementation 'com.atlassian.stash:stash-java-client-api:2.3.11'
// https://jarcasting.com/artifacts/com.atlassian.stash/stash-java-client-api/
implementation ("com.atlassian.stash:stash-java-client-api:2.3.11")
'com.atlassian.stash:stash-java-client-api:jar:2.3.11'
<dependency org="com.atlassian.stash" name="stash-java-client-api" rev="2.3.11">
<artifact name="stash-java-client-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.atlassian.stash', module='stash-java-client-api', version='2.3.11')
)
libraryDependencies += "com.atlassian.stash" % "stash-java-client-api" % "2.3.11"
[com.atlassian.stash/stash-java-client-api "2.3.11"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.findbugs : jsr305 | jar | 3.0.0 |
| com.google.guava : guava | jar | 18.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |