GroupId | GroupIdorg.checkerframework.annotatedlib |
---|---|
ArtifactId | ArtifactIdcommons-io |
Version | Version2.8.0 |
Type | Typejar |
Filename | Size |
---|---|
commons-io-2.8.0.pom | |
commons-io-2.8.0.jar | 322 KB |
commons-io-2.8.0-sources.jar | 355 KB |
commons-io-2.8.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.checkerframework.annotatedlib/commons-io/ -->
<dependency>
<groupId>org.checkerframework.annotatedlib</groupId>
<artifactId>commons-io</artifactId>
<version>2.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.checkerframework.annotatedlib/commons-io/
implementation 'org.checkerframework.annotatedlib:commons-io:2.8.0'
// https://jarcasting.com/artifacts/org.checkerframework.annotatedlib/commons-io/
implementation ("org.checkerframework.annotatedlib:commons-io:2.8.0")
'org.checkerframework.annotatedlib:commons-io:jar:2.8.0'
<dependency org="org.checkerframework.annotatedlib" name="commons-io" rev="2.8.0">
<artifact name="commons-io" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.checkerframework.annotatedlib', module='commons-io', version='2.8.0')
)
libraryDependencies += "org.checkerframework.annotatedlib" % "commons-io" % "2.8.0"
[org.checkerframework.annotatedlib/commons-io "2.8.0"]