GroupId | GroupIdcom.softwaremill.sttp |
---|---|
ArtifactId | ArtifactIdcore_2.12 |
Version | Version0.0.21 |
Type | Typejar |
Filename | Size |
---|---|
core_2.12-0.0.21.pom | |
core_2.12-0.0.21.jar | 279 KB |
core_2.12-0.0.21-sources.jar | 24 KB |
core_2.12-0.0.21-javadoc.jar | 1015 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.softwaremill.sttp/core_2.12/ -->
<dependency>
<groupId>com.softwaremill.sttp</groupId>
<artifactId>core_2.12</artifactId>
<version>0.0.21</version>
</dependency>
// https://jarcasting.com/artifacts/com.softwaremill.sttp/core_2.12/
implementation 'com.softwaremill.sttp:core_2.12:0.0.21'
// https://jarcasting.com/artifacts/com.softwaremill.sttp/core_2.12/
implementation ("com.softwaremill.sttp:core_2.12:0.0.21")
'com.softwaremill.sttp:core_2.12:jar:0.0.21'
<dependency org="com.softwaremill.sttp" name="core_2.12" rev="0.0.21">
<artifact name="core_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.softwaremill.sttp', module='core_2.12', version='0.0.21')
)
libraryDependencies += "com.softwaremill.sttp" % "core_2.12" % "0.0.21"
[com.softwaremill.sttp/core_2.12 "0.0.21"]