Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.softwaremill.sttp.client3 |
ArtifactId | ArtifactIdcore_3 |
Version | Version3.3.15 |
Type | Typejar |
Filename | Size |
---|---|
core_3-3.3.15.pom | |
core_3-3.3.15.jar | 625 KB |
core_3-3.3.15-tests.jar | 450 KB |
core_3-3.3.15-tests-sources.jar | 30 KB |
core_3-3.3.15-tests-javadoc.jar | 1 MB |
core_3-3.3.15-sources.jar | 52 KB |
core_3-3.3.15-javadoc.jar | 1019 KB |
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.15</version>
</dependency>
// https://jarcasting.com/artifacts/com.softwaremill.sttp.client3/core_3/
implementation 'com.softwaremill.sttp.client3:core_3:3.3.15'
// https://jarcasting.com/artifacts/com.softwaremill.sttp.client3/core_3/
implementation ("com.softwaremill.sttp.client3:core_3:3.3.15")
'com.softwaremill.sttp.client3:core_3:jar:3.3.15'
<dependency org="com.softwaremill.sttp.client3" name="core_3" rev="3.3.15">
<artifact name="core_3" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.softwaremill.sttp.client3', module='core_3', version='3.3.15')
)
libraryDependencies += "com.softwaremill.sttp.client3" % "core_3" % "3.3.15"
[com.softwaremill.sttp.client3/core_3 "3.3.15"]