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