| GroupId | GroupIdio.sphere.sdk.jvm | 
    
|---|---|
| ArtifactId | ArtifactIdsdk-http-apache-async | 
    
| Version | Version1.0.0-M21-SNAPSHOT-fix-821 | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/io.sphere.sdk.jvm/sdk-http-apache-async/ -->
<dependency>
    <groupId>io.sphere.sdk.jvm</groupId>
    <artifactId>sdk-http-apache-async</artifactId>
    <version>1.0.0-M21-SNAPSHOT-fix-821</version>
</dependency>
                // https://jarcasting.com/artifacts/io.sphere.sdk.jvm/sdk-http-apache-async/
implementation 'io.sphere.sdk.jvm:sdk-http-apache-async:1.0.0-M21-SNAPSHOT-fix-821'
                // https://jarcasting.com/artifacts/io.sphere.sdk.jvm/sdk-http-apache-async/
implementation ("io.sphere.sdk.jvm:sdk-http-apache-async:1.0.0-M21-SNAPSHOT-fix-821")
                'io.sphere.sdk.jvm:sdk-http-apache-async:jar:1.0.0-M21-SNAPSHOT-fix-821'
                <dependency org="io.sphere.sdk.jvm" name="sdk-http-apache-async" rev="1.0.0-M21-SNAPSHOT-fix-821">
  <artifact name="sdk-http-apache-async" type="jar" />
</dependency>
                @Grapes(
@Grab(group='io.sphere.sdk.jvm', module='sdk-http-apache-async', version='1.0.0-M21-SNAPSHOT-fix-821')
)
                libraryDependencies += "io.sphere.sdk.jvm" % "sdk-http-apache-async" % "1.0.0-M21-SNAPSHOT-fix-821"
                [io.sphere.sdk.jvm/sdk-http-apache-async "1.0.0-M21-SNAPSHOT-fix-821"]