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