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