b

blended-container-id

A container identifier service that assigns (and keeps) a UUID for each configured container. Container wide properties can be accessed within this service as well. This shall be extended to the main interface to a container configuratin database.
Files download
File Operation
blended-container-id-1.1.4.jar download
blended-container-id-1.1.4.pom download
blended-container-id-1.1.4-sources.jar download
Apache Maven
<dependency>
  <groupId>de.wayofquality.blended</groupId>
  <artifactId>blended-container-id</artifactId>
  <version>1.1.4</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'de.wayofquality.blended:blended-container-id:1.1.4'
Gradle Kotlin
implementation("de.wayofquality.blended:blended-container-id:1.1.4")
Scala SBT
libraryDependencies += "de.wayofquality.blended" % "blended-container-id" % "1.1.4"
Groovy Grape
@Grapes(
  @Grab(group='de.wayofquality.blended', module='blended-container-id', version='1.1.4')
)
Apache Ivy
<dependency org="de.wayofquality.blended" name="blended-container-id" rev="1.1.4" />
Leiningen
[de.wayofquality.blended/blended-container-id "1.1.4"]
Apache Buildr
'de.wayofquality.blended:blended-container-id:jar:1.1.4'