GroupId | GroupIdorg.jvending.registry |
---|---|
ArtifactId | ArtifactIdregistry-cdc |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
registry-cdc-1.0.0.pom | |
registry-cdc-1.0.0.jar | 9 KB |
registry-cdc-1.0.0-sources.jar | 8 KB |
Browse |
<!-- 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"]