GroupId | GroupIdcom.cedarsoft.commons |
---|---|
ArtifactId | ArtifactIdcommons |
Version | Version1.6.3 |
Type | Typejar |
Filename | Size |
---|---|
commons-1.6.3.pom | |
commons-1.6.3.jar | 75 KB |
commons-1.6.3-tests.jar | 30 KB |
commons-1.6.3-sources.jar | 40 KB |
commons-1.6.3-javadoc.jar | 349 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cedarsoft.commons/commons/ -->
<dependency>
<groupId>com.cedarsoft.commons</groupId>
<artifactId>commons</artifactId>
<version>1.6.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.commons/commons/
implementation 'com.cedarsoft.commons:commons:1.6.3'
// https://jarcasting.com/artifacts/com.cedarsoft.commons/commons/
implementation ("com.cedarsoft.commons:commons:1.6.3")
'com.cedarsoft.commons:commons:jar:1.6.3'
<dependency org="com.cedarsoft.commons" name="commons" rev="1.6.3">
<artifact name="commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.commons', module='commons', version='1.6.3')
)
libraryDependencies += "com.cedarsoft.commons" % "commons" % "1.6.3"
[com.cedarsoft.commons/commons "1.6.3"]