3 date: 2019-09-27T18:51:08+02:00
13 The `repositories` configuration can be used to control how `YoSQL` outputs repositories.
19 In order to use `YoSQL` together with [Maven](https://maven.apache.org/), take a look at the tooling [documentation for Maven](/tooling/maven/).
21 {{< maven/config/repositories/index >}}
25 In order to use `YoSQL` together with [Gradle](https://gradle.org/), take a look at the tooling [documentation for Gradle](/tooling/gradle/).
34 configOption = configValue
41 In order to use `YoSQL` together with [Bazel](https://bazel.build/), take a look at the tooling [documentation for Bazel](/tooling/bazel/).
47 In order to use YoSQL on the command line, take a look at the tooling [documentation for CLI](/tooling/cli/).
50 $ yosql --repositories-config-option=configValue
53 As long as the name of the config option is unique across all configuration groups, you can use the shorter form:
56 $ yosql --config-option=configValue