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