| GroupId | GroupIdcom.cedarsoft.commons |
|---|---|
| ArtifactId | ArtifactIdrepository |
| Version | Version8.1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| repository-8.1.0.pom | |
| repository-8.1.0.jar | 4 KB |
| repository-8.1.0-tests.jar | 3 KB |
| repository-8.1.0-sources.jar | 4 KB |
| repository-8.1.0-javadoc.jar | 24 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.cedarsoft.commons/repository/ -->
<dependency>
<groupId>com.cedarsoft.commons</groupId>
<artifactId>repository</artifactId>
<version>8.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.commons/repository/
implementation 'com.cedarsoft.commons:repository:8.1.0'
// https://jarcasting.com/artifacts/com.cedarsoft.commons/repository/
implementation ("com.cedarsoft.commons:repository:8.1.0")
'com.cedarsoft.commons:repository:jar:8.1.0'
<dependency org="com.cedarsoft.commons" name="repository" rev="8.1.0">
<artifact name="repository" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.commons', module='repository', version='8.1.0')
)
libraryDependencies += "com.cedarsoft.commons" % "repository" % "8.1.0"
[com.cedarsoft.commons/repository "8.1.0"]