caliban-uzhttp


License

License

GroupId

GroupId

com.github.ghostdogpr
ArtifactId

ArtifactId

caliban-uzhttp_2.12
Last Version

Last Version

0.9.0
Release Date

Release Date

Type

Type

jar
Description

Description

caliban-uzhttp
caliban-uzhttp
Project URL

Project URL

https://github.com/ghostdogpr/caliban
Project Organization

Project Organization

com.github.ghostdogpr
Source Code Management

Source Code Management

https://github.com/ghostdogpr/caliban/

Download caliban-uzhttp_2.12

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.ghostdogpr/caliban-uzhttp_2.12/ -->
<dependency>
    <groupId>com.github.ghostdogpr</groupId>
    <artifactId>caliban-uzhttp_2.12</artifactId>
    <version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ghostdogpr/caliban-uzhttp_2.12/
implementation 'com.github.ghostdogpr:caliban-uzhttp_2.12:0.9.0'
// https://jarcasting.com/artifacts/com.github.ghostdogpr/caliban-uzhttp_2.12/
implementation ("com.github.ghostdogpr:caliban-uzhttp_2.12:0.9.0")
'com.github.ghostdogpr:caliban-uzhttp_2.12:jar:0.9.0'
<dependency org="com.github.ghostdogpr" name="caliban-uzhttp_2.12" rev="0.9.0">
  <artifact name="caliban-uzhttp_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ghostdogpr', module='caliban-uzhttp_2.12', version='0.9.0')
)
libraryDependencies += "com.github.ghostdogpr" % "caliban-uzhttp_2.12" % "0.9.0"
[com.github.ghostdogpr/caliban-uzhttp_2.12 "0.9.0"]

Dependencies

compile (4)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.11
com.github.ghostdogpr : caliban_2.12 jar 0.9.0
org.polynote : uzhttp_2.12 jar 0.2.4
io.circe : circe-parser_2.12 jar 0.13.0

Project Modules

There are no modules declared in this project.

Caliban

Build Status Release Artifacts Snapshot Artifacts Badge-Scaladoc Badge-Discord

Caliban is a purely functional library for building GraphQL servers and clients in Scala.

The design principles behind the library are the following:

  • minimal amount of boilerplate: no need to manually define a schema for every type in your API.
  • pure interface: errors and effects are returned explicitly (no exceptions thrown), all returned types are referentially transparent (no Future).
  • clean separation between schema definition and implementation: schema is defined and validated at compile time using Scala standard types, resolver (RootResolver) is a simple value provided at runtime.

Consult the Documentation to learn how to use Caliban.

Any questions? Head up to the #caliban channel on ZIO Discord.

Adopters

Here is a partial list of companies using Caliban in production.

Want to see your company here? Submit a PR!

Versions

Version
0.9.0
0.8.3
0.8.2
0.8.1
0.8.0
0.7.8
0.7.7
0.7.6
0.7.5
0.7.4