is not current version
Last Version 1.3.0

org.jvending.registry:registry-cdc 1.0.0

This library provides a registry function for storing and finding data, in particular configuration information

GroupId

GroupId

org.jvending.registry
ArtifactId

ArtifactId

registry-cdc
Version

Version

1.0.0
Type

Type

jar

Download registry-cdc 1.0.0


<!-- https://jarcasting.com/artifacts/org.jvending.registry/registry-cdc/ -->
<dependency>
    <groupId>org.jvending.registry</groupId>
    <artifactId>registry-cdc</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jvending.registry/registry-cdc/
implementation 'org.jvending.registry:registry-cdc:1.0.0'
// https://jarcasting.com/artifacts/org.jvending.registry/registry-cdc/
implementation ("org.jvending.registry:registry-cdc:1.0.0")
'org.jvending.registry:registry-cdc:jar:1.0.0'
<dependency org="org.jvending.registry" name="registry-cdc" rev="1.0.0">
  <artifact name="registry-cdc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jvending.registry', module='registry-cdc', version='1.0.0')
)
libraryDependencies += "org.jvending.registry" % "registry-cdc" % "1.0.0"
[org.jvending.registry/registry-cdc "1.0.0"]