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