MVN

org.ossreviewtoolkit.clients : bazel-module-registry-client

Maven & Gradle

Mar 28, 2024
1.4k stars

bazel-module-registry-client · Part of the OSS Review Toolkit (ORT), a suite to automate software compliance checks.

<dependency>
    <groupId>org.ossreviewtoolkit.clients</groupId>
    <artifactId>bazel-module-registry-client</artifactId>
    <version>20.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ossreviewtoolkit.clients : bazel-module-registry-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 20.0.0

All Versions

Choose a version of org.ossreviewtoolkit.clients : bazel-module-registry-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
20.0.x
bazel-module-registry-client-20.0.0

How to add a dependency to Maven

Add the following org.ossreviewtoolkit.clients : bazel-module-registry-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.ossreviewtoolkit.clients</groupId>
    <artifactId>bazel-module-registry-client</artifactId>
    <version>20.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.ossreviewtoolkit.clients : bazel-module-registry-client gradle dependency to your build.gradle file:

implementation 'org.ossreviewtoolkit.clients:bazel-module-registry-client:20.0.0'

Gradle Kotlin DSL: Add the following org.ossreviewtoolkit.clients : bazel-module-registry-client gradle kotlin dependency to your build.gradle.kts file:

implementation("org.ossreviewtoolkit.clients:bazel-module-registry-client:20.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.ossreviewtoolkit.clients : bazel-module-registry-client sbt scala dependency to your build.sbt file:

libraryDependencies += "org.ossreviewtoolkit.clients" % "bazel-module-registry-client" % "20.0.0"