GroupId | GroupIdcom.softwaremill.sttp.shared |
---|---|
ArtifactId | ArtifactIdcore_sjs1_2.13 |
Version | Version1.0.0-RC12 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.softwaremill.sttp.shared/core_sjs1_2.13/ -->
<dependency>
<groupId>com.softwaremill.sttp.shared</groupId>
<artifactId>core_sjs1_2.13</artifactId>
<version>1.0.0-RC12</version>
</dependency>
// https://jarcasting.com/artifacts/com.softwaremill.sttp.shared/core_sjs1_2.13/
implementation 'com.softwaremill.sttp.shared:core_sjs1_2.13:1.0.0-RC12'
// https://jarcasting.com/artifacts/com.softwaremill.sttp.shared/core_sjs1_2.13/
implementation ("com.softwaremill.sttp.shared:core_sjs1_2.13:1.0.0-RC12")
'com.softwaremill.sttp.shared:core_sjs1_2.13:jar:1.0.0-RC12'
<dependency org="com.softwaremill.sttp.shared" name="core_sjs1_2.13" rev="1.0.0-RC12">
<artifact name="core_sjs1_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.softwaremill.sttp.shared', module='core_sjs1_2.13', version='1.0.0-RC12')
)
libraryDependencies += "com.softwaremill.sttp.shared" % "core_sjs1_2.13" % "1.0.0-RC12"
[com.softwaremill.sttp.shared/core_sjs1_2.13 "1.0.0-RC12"]