License |
License |
---|---|
Categories |
CategoriesKeY Data Data Formats Formal Verification TwelveMonkeys Image Processing |
GroupId | GroupIdcom.twelvemonkeys.common |
ArtifactId | ArtifactIdcommon-io |
Last Version | Last Version3.8.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTwelveMonkeys :: Common :: IO
The TwelveMonkeys Common IO support
|
Filename | Size |
---|---|
common-io-3.8.2.pom | |
common-io-3.8.2.jar | 88 KB |
common-io-3.8.2-tests.jar | 81 KB |
common-io-3.8.2-test-sources.jar | 86 KB |
common-io-3.8.2-sources.jar | 122 KB |
common-io-3.8.2-javadoc.jar | 242 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.twelvemonkeys.common/common-io/ -->
<dependency>
<groupId>com.twelvemonkeys.common</groupId>
<artifactId>common-io</artifactId>
<version>3.8.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.twelvemonkeys.common/common-io/
implementation 'com.twelvemonkeys.common:common-io:3.8.2'
// https://jarcasting.com/artifacts/com.twelvemonkeys.common/common-io/
implementation ("com.twelvemonkeys.common:common-io:3.8.2")
'com.twelvemonkeys.common:common-io:jar:3.8.2'
<dependency org="com.twelvemonkeys.common" name="common-io" rev="3.8.2">
<artifact name="common-io" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.twelvemonkeys.common', module='common-io', version='3.8.2')
)
libraryDependencies += "com.twelvemonkeys.common" % "common-io" % "3.8.2"
[com.twelvemonkeys.common/common-io "3.8.2"]
Group / Artifact | Type | Version |
---|---|---|
com.twelvemonkeys.common : common-lang | jar | 3.8.2 |
Group / Artifact | Type | Version |
---|---|---|
com.twelvemonkeys.common : common-lang | test-jar | 3.8.2 |
junit : junit | jar | 4.13.1 |