| GroupId | GroupIdcom.cedarsoft |
|---|---|
| ArtifactId | ArtifactIdcommons |
| Version | Version5.0.7 |
| Type | Typejar |
| Filename | Size |
|---|---|
| commons-5.0.7.pom | 9 KB |
| commons-5.0.7-tests.jar | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.cedarsoft/commons/ -->
<dependency>
<groupId>com.cedarsoft</groupId>
<artifactId>commons</artifactId>
<version>5.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft/commons/
implementation 'com.cedarsoft:commons:5.0.7'
// https://jarcasting.com/artifacts/com.cedarsoft/commons/
implementation ("com.cedarsoft:commons:5.0.7")
'com.cedarsoft:commons:jar:5.0.7'
<dependency org="com.cedarsoft" name="commons" rev="5.0.7">
<artifact name="commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft', module='commons', version='5.0.7')
)
libraryDependencies += "com.cedarsoft" % "commons" % "5.0.7"
[com.cedarsoft/commons "5.0.7"]