Download stash-java-client-core-2.2.2.jar file - Jar s

Jar examples for s:stash-java-client-core

Description

Stash REST client base implementation

You can download jar file stash-java-client-core 2.2.2 in this page.

Build File

You can use the following script to add stash-java-client-core-2.2.2.jar to your project.

<dependency>
   <groupId>com.atlassian.stash</groupId>
   <artifactId>stash-java-client-core</artifactId>
   <version>2.2.2</version>
</dependency>
compile group: 'com.atlassian.stash', name: 'stash-java-client-core', version: '2.2.2'
libraryDependencies += "com.atlassian.stash" % "stash-java-client-core" % "2.2.2"
<dependency org="com.atlassian.stash" name="stash-java-client-core" rev="2.2.2"/>
@Grapes(@Grab(group='com.atlassian.stash', module='stash-java-client-core', version='2.2.2'))
'com.atlassian.stash:stash-java-client-core:jar:2.2.2'

Download

Click the following link to download the jar file.

stash-java-client-core-2.2.2-javadoc.jar
stash-java-client-core-2.2.2-sources.jar
stash-java-client-core-2.2.2.jar
stash-java-client-core-2.2.2.pom



Related Tutorials