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