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