| GroupId | GroupIdcom.cedarsoft.commons |
|---|---|
| ArtifactId | ArtifactIdregistry |
| Version | Version2.0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| registry-2.0.2.pom | |
| registry-2.0.2.jar | 18 KB |
| registry-2.0.2-tests.jar | 18 KB |
| registry-2.0.2-sources.jar | 17 KB |
| registry-2.0.2-javadoc.jar | 104 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.cedarsoft.commons/registry/ -->
<dependency>
<groupId>com.cedarsoft.commons</groupId>
<artifactId>registry</artifactId>
<version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.commons/registry/
implementation 'com.cedarsoft.commons:registry:2.0.2'
// https://jarcasting.com/artifacts/com.cedarsoft.commons/registry/
implementation ("com.cedarsoft.commons:registry:2.0.2")
'com.cedarsoft.commons:registry:jar:2.0.2'
<dependency org="com.cedarsoft.commons" name="registry" rev="2.0.2">
<artifact name="registry" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.commons', module='registry', version='2.0.2')
)
libraryDependencies += "com.cedarsoft.commons" % "registry" % "2.0.2"
[com.cedarsoft.commons/registry "2.0.2"]