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