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