GroupId | GroupIdcom.softwaremill.sttp.shared |
---|---|
ArtifactId | ArtifactIdcore_3.0.0-M3 |
Version | Version1.0.0-RC12 |
Type | Typejar |
Filename | Size |
---|---|
core_3.0.0-M3-1.0.0-RC12.pom | |
core_3.0.0-M3-1.0.0-RC12.jar | 37 KB |
core_3.0.0-M3-1.0.0-RC12-sources.jar | 2 KB |
core_3.0.0-M3-1.0.0-RC12-javadoc.jar | 207 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.softwaremill.sttp.shared/core_3.0.0-M3/ -->
<dependency>
<groupId>com.softwaremill.sttp.shared</groupId>
<artifactId>core_3.0.0-M3</artifactId>
<version>1.0.0-RC12</version>
</dependency>
// https://jarcasting.com/artifacts/com.softwaremill.sttp.shared/core_3.0.0-M3/
implementation 'com.softwaremill.sttp.shared:core_3.0.0-M3:1.0.0-RC12'
// https://jarcasting.com/artifacts/com.softwaremill.sttp.shared/core_3.0.0-M3/
implementation ("com.softwaremill.sttp.shared:core_3.0.0-M3:1.0.0-RC12")
'com.softwaremill.sttp.shared:core_3.0.0-M3:jar:1.0.0-RC12'
<dependency org="com.softwaremill.sttp.shared" name="core_3.0.0-M3" rev="1.0.0-RC12">
<artifact name="core_3.0.0-M3" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.softwaremill.sttp.shared', module='core_3.0.0-M3', version='1.0.0-RC12')
)
libraryDependencies += "com.softwaremill.sttp.shared" % "core_3.0.0-M3" % "1.0.0-RC12"
[com.softwaremill.sttp.shared/core_3.0.0-M3 "1.0.0-RC12"]