GroupId | GroupIdcom.cedarsoft.utils |
---|---|
ArtifactId | ArtifactIdcommon |
Version | Version1.3.6 |
Type | Typejar |
Filename | Size |
---|---|
common-1.3.6.pom | |
common-1.3.6.jar | 65 KB |
common-1.3.6-sources.jar | 36 KB |
common-1.3.6-javadoc.jar | 316 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cedarsoft.utils/common/ -->
<dependency>
<groupId>com.cedarsoft.utils</groupId>
<artifactId>common</artifactId>
<version>1.3.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.utils/common/
implementation 'com.cedarsoft.utils:common:1.3.6'
// https://jarcasting.com/artifacts/com.cedarsoft.utils/common/
implementation ("com.cedarsoft.utils:common:1.3.6")
'com.cedarsoft.utils:common:jar:1.3.6'
<dependency org="com.cedarsoft.utils" name="common" rev="1.3.6">
<artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.utils', module='common', version='1.3.6')
)
libraryDependencies += "com.cedarsoft.utils" % "common" % "1.3.6"
[com.cedarsoft.utils/common "1.3.6"]