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