settings.gradle.kts (7 lines of code) (raw):
rootProject.name = "anthropic-java-root"
include("anthropic-java")
include("anthropic-java-client-okhttp")
include("anthropic-java-core")
include("anthropic-java-bedrock")
include("anthropic-java-vertex")
include("anthropic-java-example")