GroupId | GroupIdcom.softwaremill.sttp.model |
---|---|
ArtifactId | ArtifactIdcore_3.0.0-M1 |
Version | Version1.2.0-RC6 |
Type | Typejar |
Filename | Size |
---|---|
core_3.0.0-M1-1.2.0-RC6.pom | |
core_3.0.0-M1-1.2.0-RC6.jar | 305 KB |
core_3.0.0-M1-1.2.0-RC6-sources.jar | 26 KB |
core_3.0.0-M1-1.2.0-RC6-javadoc.jar | 207 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.softwaremill.sttp.model/core_3.0.0-M1/ -->
<dependency>
<groupId>com.softwaremill.sttp.model</groupId>
<artifactId>core_3.0.0-M1</artifactId>
<version>1.2.0-RC6</version>
</dependency>
// https://jarcasting.com/artifacts/com.softwaremill.sttp.model/core_3.0.0-M1/
implementation 'com.softwaremill.sttp.model:core_3.0.0-M1:1.2.0-RC6'
// https://jarcasting.com/artifacts/com.softwaremill.sttp.model/core_3.0.0-M1/
implementation ("com.softwaremill.sttp.model:core_3.0.0-M1:1.2.0-RC6")
'com.softwaremill.sttp.model:core_3.0.0-M1:jar:1.2.0-RC6'
<dependency org="com.softwaremill.sttp.model" name="core_3.0.0-M1" rev="1.2.0-RC6">
<artifact name="core_3.0.0-M1" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.softwaremill.sttp.model', module='core_3.0.0-M1', version='1.2.0-RC6')
)
libraryDependencies += "com.softwaremill.sttp.model" % "core_3.0.0-M1" % "1.2.0-RC6"
[com.softwaremill.sttp.model/core_3.0.0-M1 "1.2.0-RC6"]