Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.softwaremill.sttp.client |
ArtifactId | ArtifactIdcirce_2.11 |
Version | Version2.0.2 |
Type | Typejar |
Filename | Size |
---|---|
circe_2.11-2.0.2.pom | |
circe_2.11-2.0.2.jar | 7 KB |
circe_2.11-2.0.2-sources.jar | 1 KB |
circe_2.11-2.0.2-javadoc.jar | 350 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.softwaremill.sttp.client/circe_2.11/ -->
<dependency>
<groupId>com.softwaremill.sttp.client</groupId>
<artifactId>circe_2.11</artifactId>
<version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.softwaremill.sttp.client/circe_2.11/
implementation 'com.softwaremill.sttp.client:circe_2.11:2.0.2'
// https://jarcasting.com/artifacts/com.softwaremill.sttp.client/circe_2.11/
implementation ("com.softwaremill.sttp.client:circe_2.11:2.0.2")
'com.softwaremill.sttp.client:circe_2.11:jar:2.0.2'
<dependency org="com.softwaremill.sttp.client" name="circe_2.11" rev="2.0.2">
<artifact name="circe_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.softwaremill.sttp.client', module='circe_2.11', version='2.0.2')
)
libraryDependencies += "com.softwaremill.sttp.client" % "circe_2.11" % "2.0.2"
[com.softwaremill.sttp.client/circe_2.11 "2.0.2"]