GroupId | GroupIdco.cask.common |
---|---|
ArtifactId | ArtifactIdcommon-core |
Version | Version0.3.0 |
Type | Typejar |
Filename | Size |
---|---|
common-core-0.3.0.pom | |
common-core-0.3.0.jar | 25 KB |
common-core-0.3.0-sources.jar | 17 KB |
common-core-0.3.0-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.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/co.cask.common/common-core/
implementation 'co.cask.common:common-core:0.3.0'
// https://jarcasting.com/artifacts/co.cask.common/common-core/
implementation ("co.cask.common:common-core:0.3.0")
'co.cask.common:common-core:jar:0.3.0'
<dependency org="co.cask.common" name="common-core" rev="0.3.0">
<artifact name="common-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='co.cask.common', module='common-core', version='0.3.0')
)
libraryDependencies += "co.cask.common" % "common-core" % "0.3.0"
[co.cask.common/common-core "0.3.0"]