blob: a0ac4acc1d4d27bd40b3282a30d8f768078407db [file]
[versions]
# Maybe we should use a BOM for this?
junitJupiter = "5.12.2"
[libraries]
# This has a `package` which needs to be taken into account
comGoogleAndroidGmsPlayServicesTasks = { module = "com.google.android.gms:play-services-tasks", package = "aar", version = "18.1.0" }
# The version for this comes from the guava-bom
guava = { module = "com.google.guava:guava" }
# This needs to be listed as a `bom_module` for resolution to succeed
guavaBom = { module = "com.google.guava:guava-bom", version = "33.4.8-jre" }
# This demonstrates the `is_bom` field in the TOML file
junitBom = { module = "org.junit:junit-bom", version.ref = "junitJupiter", is_bom = "true" }
# This demonstrates we can read from the `versions` table
junitApi = { module = "org.junit.jupiter:junit-jupiter-api", version.ref = "junitJupiter" }
[plugins]
protobuf = { id = "com.google.protobuf", version = "0.9.5" }