GroupId | GroupIdcom.softwaremill.sttp.shared |
---|---|
ArtifactId | ArtifactIdfs2_2.13 |
Version | Version1.0.0-RC6 |
Type | Typejar |
Filename | Size |
---|---|
fs2_2.13-1.0.0-RC6.pom | |
fs2_2.13-1.0.0-RC6.jar | 2 KB |
fs2_2.13-1.0.0-RC6-sources.jar | 917 bytes |
fs2_2.13-1.0.0-RC6-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.softwaremill.sttp.shared/fs2_2.13/ -->
<dependency>
<groupId>com.softwaremill.sttp.shared</groupId>
<artifactId>fs2_2.13</artifactId>
<version>1.0.0-RC6</version>
</dependency>
// https://jarcasting.com/artifacts/com.softwaremill.sttp.shared/fs2_2.13/
implementation 'com.softwaremill.sttp.shared:fs2_2.13:1.0.0-RC6'
// https://jarcasting.com/artifacts/com.softwaremill.sttp.shared/fs2_2.13/
implementation ("com.softwaremill.sttp.shared:fs2_2.13:1.0.0-RC6")
'com.softwaremill.sttp.shared:fs2_2.13:jar:1.0.0-RC6'
<dependency org="com.softwaremill.sttp.shared" name="fs2_2.13" rev="1.0.0-RC6">
<artifact name="fs2_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.softwaremill.sttp.shared', module='fs2_2.13', version='1.0.0-RC6')
)
libraryDependencies += "com.softwaremill.sttp.shared" % "fs2_2.13" % "1.0.0-RC6"
[com.softwaremill.sttp.shared/fs2_2.13 "1.0.0-RC6"]