GroupId | GroupIdcom.softwaremill.sttp |
---|---|
ArtifactId | ArtifactIdcore_2.12 |
Version | Version1.5.4 |
Type | Typejar |
Filename | Size |
---|---|
core_2.12-1.5.4.pom | |
core_2.12-1.5.4.jar | 388 KB |
core_2.12-1.5.4-tests.jar | 229 KB |
core_2.12-1.5.4-tests-sources.jar | 53 KB |
core_2.12-1.5.4-tests-javadoc.jar | 1 MB |
core_2.12-1.5.4-sources.jar | 39 KB |
core_2.12-1.5.4-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.softwaremill.sttp/core_2.12/ -->
<dependency>
<groupId>com.softwaremill.sttp</groupId>
<artifactId>core_2.12</artifactId>
<version>1.5.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.softwaremill.sttp/core_2.12/
implementation 'com.softwaremill.sttp:core_2.12:1.5.4'
// https://jarcasting.com/artifacts/com.softwaremill.sttp/core_2.12/
implementation ("com.softwaremill.sttp:core_2.12:1.5.4")
'com.softwaremill.sttp:core_2.12:jar:1.5.4'
<dependency org="com.softwaremill.sttp" name="core_2.12" rev="1.5.4">
<artifact name="core_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.softwaremill.sttp', module='core_2.12', version='1.5.4')
)
libraryDependencies += "com.softwaremill.sttp" % "core_2.12" % "1.5.4"
[com.softwaremill.sttp/core_2.12 "1.5.4"]