Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.softwaremill.sttp.client |
ArtifactId | ArtifactIdcore_2.12 |
Version | Version2.0.0-RC10 |
Type | Typejar |
Filename | Size |
---|---|
core_2.12-2.0.0-RC10.pom | |
core_2.12-2.0.0-RC10.jar | 363 KB |
core_2.12-2.0.0-RC10-tests.jar | 286 KB |
core_2.12-2.0.0-RC10-tests-sources.jar | 58 KB |
core_2.12-2.0.0-RC10-tests-javadoc.jar | 1 MB |
core_2.12-2.0.0-RC10-sources.jar | 38 KB |
core_2.12-2.0.0-RC10-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.softwaremill.sttp.client/core_2.12/ -->
<dependency>
<groupId>com.softwaremill.sttp.client</groupId>
<artifactId>core_2.12</artifactId>
<version>2.0.0-RC10</version>
</dependency>
// https://jarcasting.com/artifacts/com.softwaremill.sttp.client/core_2.12/
implementation 'com.softwaremill.sttp.client:core_2.12:2.0.0-RC10'
// https://jarcasting.com/artifacts/com.softwaremill.sttp.client/core_2.12/
implementation ("com.softwaremill.sttp.client:core_2.12:2.0.0-RC10")
'com.softwaremill.sttp.client:core_2.12:jar:2.0.0-RC10'
<dependency org="com.softwaremill.sttp.client" name="core_2.12" rev="2.0.0-RC10">
<artifact name="core_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.softwaremill.sttp.client', module='core_2.12', version='2.0.0-RC10')
)
libraryDependencies += "com.softwaremill.sttp.client" % "core_2.12" % "2.0.0-RC10"
[com.softwaremill.sttp.client/core_2.12 "2.0.0-RC10"]