MVN

com.redhat.cloud : registry-instance-sdk

Maven & Gradle

Apr 11, 2023

Registry Instance SDK · Registry instance SDK for RHOAS API supports interaction with individual Service Registry instances

<dependency>
    <groupId>com.redhat.cloud</groupId>
    <artifactId>registry-instance-sdk</artifactId>
    <version>1.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.redhat.cloud : registry-instance-sdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2
  • Latest Beta: 1.0.2-beta2

All Versions

Choose a version of com.redhat.cloud : registry-instance-sdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
registry-instance-sdk-1.0.2
registry-instance-sdk-1.0.2-beta2
registry-instance-sdk-1.0.2-beta1
registry-instance-sdk-1.0.1
registry-instance-sdk-1.0.0-M1

How to add a dependency to Maven

Add the following com.redhat.cloud : registry-instance-sdk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.redhat.cloud</groupId>
    <artifactId>registry-instance-sdk</artifactId>
    <version>1.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.redhat.cloud : registry-instance-sdk gradle dependency to your build.gradle file:

implementation 'com.redhat.cloud:registry-instance-sdk:1.0.2'

Gradle Kotlin DSL: Add the following com.redhat.cloud : registry-instance-sdk gradle kotlin dependency to your build.gradle.kts file:

implementation("com.redhat.cloud:registry-instance-sdk:1.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.redhat.cloud : registry-instance-sdk sbt scala dependency to your build.sbt file:

libraryDependencies += "com.redhat.cloud" % "registry-instance-sdk" % "1.0.2"

Advertisement