GroupId | GroupIdio.sphere.jvmsdk |
---|---|
ArtifactId | ArtifactIdchannels |
Version | Version1.0.0-M2 |
Type | Typejar |
Filename | Size |
---|---|
channels-1.0.0-M2.pom | |
channels-1.0.0-M2.jar | 1 KB |
channels-1.0.0-M2-sources.jar | 1 KB |
channels-1.0.0-M2-javadoc.jar | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.sphere.jvmsdk/channels/ -->
<dependency>
<groupId>io.sphere.jvmsdk</groupId>
<artifactId>channels</artifactId>
<version>1.0.0-M2</version>
</dependency>
// https://jarcasting.com/artifacts/io.sphere.jvmsdk/channels/
implementation 'io.sphere.jvmsdk:channels:1.0.0-M2'
// https://jarcasting.com/artifacts/io.sphere.jvmsdk/channels/
implementation ("io.sphere.jvmsdk:channels:1.0.0-M2")
'io.sphere.jvmsdk:channels:jar:1.0.0-M2'
<dependency org="io.sphere.jvmsdk" name="channels" rev="1.0.0-M2">
<artifact name="channels" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.sphere.jvmsdk', module='channels', version='1.0.0-M2')
)
libraryDependencies += "io.sphere.jvmsdk" % "channels" % "1.0.0-M2"
[io.sphere.jvmsdk/channels "1.0.0-M2"]