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