| License |
License |
|---|---|
| GroupId | GroupIdio.cdap.common |
| ArtifactId | ArtifactIdcommon |
| Version | Version0.13.0 |
| Type | Typepom |
| Description |
DescriptionCDAP Common Libraries
Common utilities
|
| Project URL |
Project URL |
| Project Organization |
Project OrganizationCDAP |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| common-0.13.0.pom | 16 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.cdap.common/common/ -->
<dependency>
<groupId>io.cdap.common</groupId>
<artifactId>common</artifactId>
<version>0.13.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.cdap.common/common/
implementation 'io.cdap.common:common:0.13.0'
// https://jarcasting.com/artifacts/io.cdap.common/common/
implementation ("io.cdap.common:common:0.13.0")
'io.cdap.common:common:pom:0.13.0'
<dependency org="io.cdap.common" name="common" rev="0.13.0">
<artifact name="common" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.cdap.common', module='common', version='0.13.0')
)
libraryDependencies += "io.cdap.common" % "common" % "0.13.0"
[io.cdap.common/common "0.13.0"]