Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.softwaremill.sttp.client3 |
ArtifactId | ArtifactIdcore_3 |
Version | Version3.3.17 |
Type | Typejar |
Filename | Size |
---|---|
core_3-3.3.17.pom | |
core_3-3.3.17.jar | 628 KB |
core_3-3.3.17-tests.jar | 450 KB |
core_3-3.3.17-tests-sources.jar | 30 KB |
core_3-3.3.17-tests-javadoc.jar | 2 MB |
core_3-3.3.17-sources.jar | 52 KB |
core_3-3.3.17-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.softwaremill.sttp.client3/core_3/ -->
<dependency>
<groupId>com.softwaremill.sttp.client3</groupId>
<artifactId>core_3</artifactId>
<version>3.3.17</version>
</dependency>
// https://jarcasting.com/artifacts/com.softwaremill.sttp.client3/core_3/
implementation 'com.softwaremill.sttp.client3:core_3:3.3.17'
// https://jarcasting.com/artifacts/com.softwaremill.sttp.client3/core_3/
implementation ("com.softwaremill.sttp.client3:core_3:3.3.17")
'com.softwaremill.sttp.client3:core_3:jar:3.3.17'
<dependency org="com.softwaremill.sttp.client3" name="core_3" rev="3.3.17">
<artifact name="core_3" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.softwaremill.sttp.client3', module='core_3', version='3.3.17')
)
libraryDependencies += "com.softwaremill.sttp.client3" % "core_3" % "3.3.17"
[com.softwaremill.sttp.client3/core_3 "3.3.17"]