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