License |
License |
---|---|
GroupId | GroupIdco.cask.common |
ArtifactId | ArtifactIdcommon-io |
Last Version | Last Version0.11.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCask Common Libraries: IO
Common utilities
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
common-io-0.11.0.pom | |
common-io-0.11.0.jar | 3 KB |
common-io-0.11.0-sources.jar | 1 KB |
common-io-0.11.0-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/co.cask.common/common-io/ -->
<dependency>
<groupId>co.cask.common</groupId>
<artifactId>common-io</artifactId>
<version>0.11.0</version>
</dependency>
// https://jarcasting.com/artifacts/co.cask.common/common-io/
implementation 'co.cask.common:common-io:0.11.0'
// https://jarcasting.com/artifacts/co.cask.common/common-io/
implementation ("co.cask.common:common-io:0.11.0")
'co.cask.common:common-io:jar:0.11.0'
<dependency org="co.cask.common" name="common-io" rev="0.11.0">
<artifact name="common-io" type="jar" />
</dependency>
@Grapes(
@Grab(group='co.cask.common', module='common-io', version='0.11.0')
)
libraryDependencies += "co.cask.common" % "common-io" % "0.11.0"
[co.cask.common/common-io "0.11.0"]
Group / Artifact | Type | Version |
---|---|---|
co.cask.common : common-lang | jar | 0.11.0 |
org.slf4j : slf4j-api | jar | 1.7.5 |
com.google.inject : guice | jar | 3.0 |
com.google.guava : guava | jar | 13.0.1 |
com.google.code.gson : gson | jar | 2.2.4 |
com.google.code.findbugs : jsr305 | jar | 2.0.1 |
org.ow2.asm : asm-all | jar | 4.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |