Categories |
CategoriesScala Languages Ant Build Tools CLI User Interface JSON Data |
---|---|
GroupId | GroupIdcom.qvantel |
ArtifactId | ArtifactIdjsonapi-scala-http4s-client_2.12 |
Version | Version8.2.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.qvantel/jsonapi-scala-http4s-client_2.12/ -->
<dependency>
<groupId>com.qvantel</groupId>
<artifactId>jsonapi-scala-http4s-client_2.12</artifactId>
<version>8.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.qvantel/jsonapi-scala-http4s-client_2.12/
implementation 'com.qvantel:jsonapi-scala-http4s-client_2.12:8.2.0'
// https://jarcasting.com/artifacts/com.qvantel/jsonapi-scala-http4s-client_2.12/
implementation ("com.qvantel:jsonapi-scala-http4s-client_2.12:8.2.0")
'com.qvantel:jsonapi-scala-http4s-client_2.12:jar:8.2.0'
<dependency org="com.qvantel" name="jsonapi-scala-http4s-client_2.12" rev="8.2.0">
<artifact name="jsonapi-scala-http4s-client_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.qvantel', module='jsonapi-scala-http4s-client_2.12', version='8.2.0')
)
libraryDependencies += "com.qvantel" % "jsonapi-scala-http4s-client_2.12" % "8.2.0"
[com.qvantel/jsonapi-scala-http4s-client_2.12 "8.2.0"]