Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.softwaremill.sttp.client3 |
ArtifactId | ArtifactIdcore_2.11 |
Version | Version3.0.0-RC14 |
Type | Typejar |
Filename | Size |
---|---|
core_2.11-3.0.0-RC14.pom | |
core_2.11-3.0.0-RC14.jar | 688 KB |
core_2.11-3.0.0-RC14-tests.jar | 1008 KB |
core_2.11-3.0.0-RC14-tests-sources.jar | 26 KB |
core_2.11-3.0.0-RC14-tests-javadoc.jar | 698 KB |
core_2.11-3.0.0-RC14-sources.jar | 50 KB |
core_2.11-3.0.0-RC14-javadoc.jar | 802 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.softwaremill.sttp.client3/core_2.11/ -->
<dependency>
<groupId>com.softwaremill.sttp.client3</groupId>
<artifactId>core_2.11</artifactId>
<version>3.0.0-RC14</version>
</dependency>
// https://jarcasting.com/artifacts/com.softwaremill.sttp.client3/core_2.11/
implementation 'com.softwaremill.sttp.client3:core_2.11:3.0.0-RC14'
// https://jarcasting.com/artifacts/com.softwaremill.sttp.client3/core_2.11/
implementation ("com.softwaremill.sttp.client3:core_2.11:3.0.0-RC14")
'com.softwaremill.sttp.client3:core_2.11:jar:3.0.0-RC14'
<dependency org="com.softwaremill.sttp.client3" name="core_2.11" rev="3.0.0-RC14">
<artifact name="core_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.softwaremill.sttp.client3', module='core_2.11', version='3.0.0-RC14')
)
libraryDependencies += "com.softwaremill.sttp.client3" % "core_2.11" % "3.0.0-RC14"
[com.softwaremill.sttp.client3/core_2.11 "3.0.0-RC14"]