GroupId | GroupIdco.cask.common |
---|---|
ArtifactId | ArtifactIdcommon-core |
Version | Version0.7.1 |
Type | Typejar |
Filename | Size |
---|---|
common-core-0.7.1.pom | |
common-core-0.7.1.jar | 25 KB |
common-core-0.7.1-sources.jar | 17 KB |
common-core-0.7.1-javadoc.jar | 88 KB |
Browse |
<!-- https://jarcasting.com/artifacts/co.cask.common/common-core/ -->
<dependency>
<groupId>co.cask.common</groupId>
<artifactId>common-core</artifactId>
<version>0.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/co.cask.common/common-core/
implementation 'co.cask.common:common-core:0.7.1'
// https://jarcasting.com/artifacts/co.cask.common/common-core/
implementation ("co.cask.common:common-core:0.7.1")
'co.cask.common:common-core:jar:0.7.1'
<dependency org="co.cask.common" name="common-core" rev="0.7.1">
<artifact name="common-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='co.cask.common', module='common-core', version='0.7.1')
)
libraryDependencies += "co.cask.common" % "common-core" % "0.7.1"
[co.cask.common/common-core "0.7.1"]