MVN

de.wayofquality.blended : blended.container.registry

Maven & Gradle

Jun 10, 2018
3 usages
35 stars

The container registry serves as the centerpiece for collecting container information. Individual containers regularly post their monitoring information associated with their UUID and the container registry will keep track of that information relying on the persistence services defined in other bundles.

<dependency>
    <groupId>de.wayofquality.blended</groupId>
    <artifactId>blended.container.registry</artifactId>
    <version>2.4.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.wayofquality.blended : blended.container.registry to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4.0.2
  • Latest Release Candidate: 2.4.0-RC7

All Versions

Choose a version of de.wayofquality.blended : blended.container.registry to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4.x
blended.container.registry-2.4.0.2
blended.container.registry-2.4.0.1
blended.container.registry-2.4.0
blended.container.registry-2.4.0-RC7
blended.container.registry-2.4.0-RC6
blended.container.registry-2.4.0-RC5
blended.container.registry-2.4.0-RC4
blended.container.registry-2.4.0-RC3
blended.container.registry-2.4.0-RC2
blended.container.registry-2.4.0-RC1
2.3.x
blended.container.registry-2.3.0-RC12
blended.container.registry-2.3.0-RC11
blended.container.registry-2.3.0-RC10
blended.container.registry-2.3.0-RC9
blended.container.registry-2.3.0-RC8
blended.container.registry-2.3.0-RC7
blended.container.registry-2.3.0-RC6
blended.container.registry-2.3.0-RC5
blended.container.registry-2.3.0-RC4
blended.container.registry-2.3.0-RC3
blended.container.registry-2.3.0-RC2
blended.container.registry-2.3.0-RC1
2.1.x
blended.container.registry-2.1.3
blended.container.registry-2.1.2
blended.container.registry-2.1.1
blended.container.registry-2.1.0
blended.container.registry-2.1.0-RC12
blended.container.registry-2.1.0-RC11
blended.container.registry-2.1.0-RC10
blended.container.registry-2.1.0-RC9
blended.container.registry-2.1.0-RC8
blended.container.registry-2.1.0-RC7
blended.container.registry-2.1.0-RC6
blended.container.registry-2.1.0-RC5
blended.container.registry-2.1.0-RC4
blended.container.registry-2.1.0-RC3
blended.container.registry-2.1.0-RC2
blended.container.registry-2.1.0-RC1
2.0.x
blended.container.registry-2.0.1
2.0
blended.container.registry-2.0
blended.container.registry-2.0-RC17
blended.container.registry-2.0-RC16
blended.container.registry-2.0-RC15
blended.container.registry-2.0-RC14
blended.container.registry-2.0-RC13
blended.container.registry-2.0-RC12
blended.container.registry-2.0-RC11
blended.container.registry-2.0-RC10
blended.container.registry-2.0-RC8
blended.container.registry-2.0-RC7
blended.container.registry-2.0-RC6
blended.container.registry-2.0-RC5
blended.container.registry-2.0-RC4
blended.container.registry-2.0-RC3
blended.container.registry-2.0-RC2
blended.container.registry-2.0-RC1

How to add a dependency to Maven

Add the following de.wayofquality.blended : blended.container.registry maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.wayofquality.blended</groupId>
    <artifactId>blended.container.registry</artifactId>
    <version>2.4.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.wayofquality.blended : blended.container.registry gradle dependency to your build.gradle file:

implementation 'de.wayofquality.blended:blended.container.registry:2.4.0.2'

Gradle Kotlin DSL: Add the following de.wayofquality.blended : blended.container.registry gradle kotlin dependency to your build.gradle.kts file:

implementation("de.wayofquality.blended:blended.container.registry:2.4.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.wayofquality.blended : blended.container.registry sbt scala dependency to your build.sbt file:

libraryDependencies += "de.wayofquality.blended" % "blended.container.registry" % "2.4.0.2"