Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.github.datastax-oss |
ArtifactId | ArtifactIdcommons-io |
Version | Version2.2.0 |
Type | Typejar |
Filename | Size |
---|---|
commons-io-2.2.0.pom | |
commons-io-2.2.0.jar | 478 KB |
commons-io-2.2.0-sources.jar | 251 KB |
commons-io-2.2.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.datastax-oss/commons-io/ -->
<dependency>
<groupId>com.github.datastax-oss</groupId>
<artifactId>commons-io</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.datastax-oss/commons-io/
implementation 'com.github.datastax-oss:commons-io:2.2.0'
// https://jarcasting.com/artifacts/com.github.datastax-oss/commons-io/
implementation ("com.github.datastax-oss:commons-io:2.2.0")
'com.github.datastax-oss:commons-io:jar:2.2.0'
<dependency org="com.github.datastax-oss" name="commons-io" rev="2.2.0">
<artifact name="commons-io" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.datastax-oss', module='commons-io', version='2.2.0')
)
libraryDependencies += "com.github.datastax-oss" % "commons-io" % "2.2.0"
[com.github.datastax-oss/commons-io "2.2.0"]