| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesJava Languages CLI User Interface | 
        
| GroupId | GroupIdcom.atlassian.marketplace | 
    
| ArtifactId | ArtifactIdmarketplace-client-java | 
    
| Last Version | Last Version2.1.21 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionAtlassian Marketplace Client 
            Base POM for Atlassian projects 
         | 
    
| Project Organization | 
                    Project Organization | 
            
| Source Code Management | 
                    Source Code Management | 
            
<!-- https://jarcasting.com/artifacts/com.atlassian.marketplace/marketplace-client-java/ -->
<dependency>
    <groupId>com.atlassian.marketplace</groupId>
    <artifactId>marketplace-client-java</artifactId>
    <version>2.1.21</version>
</dependency>
                // https://jarcasting.com/artifacts/com.atlassian.marketplace/marketplace-client-java/
implementation 'com.atlassian.marketplace:marketplace-client-java:2.1.21'
                // https://jarcasting.com/artifacts/com.atlassian.marketplace/marketplace-client-java/
implementation ("com.atlassian.marketplace:marketplace-client-java:2.1.21")
                'com.atlassian.marketplace:marketplace-client-java:jar:2.1.21'
                <dependency org="com.atlassian.marketplace" name="marketplace-client-java" rev="2.1.21">
  <artifact name="marketplace-client-java" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.atlassian.marketplace', module='marketplace-client-java', version='2.1.21')
)
                libraryDependencies += "com.atlassian.marketplace" % "marketplace-client-java" % "2.1.21"
                [com.atlassian.marketplace/marketplace-client-java "2.1.21"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.httpcomponents : httpclient | jar | 4.3.5 | 
| org.apache.httpcomponents : httpclient-cache | jar | 4.3.5 | 
| commons-codec : commons-codec | jar | 1.4 | 
| commons-lang : commons-lang | jar | 2.4 | 
| com.google.code.gson : gson | jar | 2.3.1 | 
| commons-io : commons-io | jar | 1.4 | 
| com.google.guava : guava | jar | 19.0 | 
| com.atlassian.fugue » fugue | jar | 1.1 | 
| joda-time : joda-time | jar | 1.6 | 
| org.slf4j : slf4j-api | jar | 1.7.21 | 
| com.google.code.findbugs : jsr305 | jar | 1.3.9 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| com.atlassian.utt » toolkit | jar | 1.1.0 | 
| com.sun.net.httpserver : http | jar | 20070405 | 
| junit : junit-dep | jar | 4.10 | 
| org.mockito : mockito-core | jar | 1.8.1 | 
| org.hamcrest : hamcrest-all | jar | 1.3 | 
| org.slf4j : slf4j-log4j12 | jar | 1.7.21 |