GroupId | GroupIdio.openexchange |
---|---|
ArtifactId | ArtifactIdregistry |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
registry-1.0.2.pom | |
registry-1.0.2.jar | 40 MB |
registry-1.0.2-sources.jar | 3 KB |
registry-1.0.2-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.openexchange/registry/ -->
<dependency>
<groupId>io.openexchange</groupId>
<artifactId>registry</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.openexchange/registry/
implementation 'io.openexchange:registry:1.0.2'
// https://jarcasting.com/artifacts/io.openexchange/registry/
implementation ("io.openexchange:registry:1.0.2")
'io.openexchange:registry:jar:1.0.2'
<dependency org="io.openexchange" name="registry" rev="1.0.2">
<artifact name="registry" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.openexchange', module='registry', version='1.0.2')
)
libraryDependencies += "io.openexchange" % "registry" % "1.0.2"
[io.openexchange/registry "1.0.2"]