main.kotlin.org.virtuslab.bazelsteward.maven.MavenData.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bazel-steward Show documentation
Show all versions of bazel-steward Show documentation
Bazel Steward is a bot that helps you keep your library dependencies, Bazel and Bazel rules up-to-date.
package org.virtuslab.bazelsteward.maven
data class MavenData(
val repositories: List,
val dependencies: List,
)
© 2015 - 2024 Weber Informatics LLC | Privacy Policy