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