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