| GroupId | GroupIdco.cask.common |
|---|---|
| ArtifactId | ArtifactIdcommon |
| Version | Version0.7.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| common-0.7.0.pom | 21 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/co.cask.common/common/ -->
<dependency>
<groupId>co.cask.common</groupId>
<artifactId>common</artifactId>
<version>0.7.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/co.cask.common/common/
implementation 'co.cask.common:common:0.7.0'
// https://jarcasting.com/artifacts/co.cask.common/common/
implementation ("co.cask.common:common:0.7.0")
'co.cask.common:common:pom:0.7.0'
<dependency org="co.cask.common" name="common" rev="0.7.0">
<artifact name="common" type="pom" />
</dependency>
@Grapes(
@Grab(group='co.cask.common', module='common', version='0.7.0')
)
libraryDependencies += "co.cask.common" % "common" % "0.7.0"
[co.cask.common/common "0.7.0"]