# Getting Started
Caliban comes with a module called caliban-tools
that exposes some useful features:
- all the code generation features from
caliban-codegen-sbt
, so that you can use them without sbt: seecaliban.tools.Codegen
. - a client for GraphQL introspection: see
caliban.tools.IntrospectionClient
. - utilities for stitching GraphQL schemas.
- a way to compare GraphQL schemas, whether they come from Caliban or a remote server.
# Dependency
"com.github.ghostdogpr" %% "caliban-tools" % "2.9.0"