| Categories |
CategoriesKeY Data Data Formats Formal Verification TwelveMonkeys Image Processing |
|---|---|
| GroupId | GroupIdcom.twelvemonkeys.common |
| ArtifactId | ArtifactIdcommon-io |
| Version | Version3.7.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| common-io-3.7.1.pom | |
| common-io-3.7.1.jar | 87 KB |
| common-io-3.7.1-tests.jar | 80 KB |
| common-io-3.7.1-test-sources.jar | 86 KB |
| common-io-3.7.1-sources.jar | 122 KB |
| common-io-3.7.1-javadoc.jar | 243 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.twelvemonkeys.common/common-io/ -->
<dependency>
<groupId>com.twelvemonkeys.common</groupId>
<artifactId>common-io</artifactId>
<version>3.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.twelvemonkeys.common/common-io/
implementation 'com.twelvemonkeys.common:common-io:3.7.1'
// https://jarcasting.com/artifacts/com.twelvemonkeys.common/common-io/
implementation ("com.twelvemonkeys.common:common-io:3.7.1")
'com.twelvemonkeys.common:common-io:jar:3.7.1'
<dependency org="com.twelvemonkeys.common" name="common-io" rev="3.7.1">
<artifact name="common-io" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.twelvemonkeys.common', module='common-io', version='3.7.1')
)
libraryDependencies += "com.twelvemonkeys.common" % "common-io" % "3.7.1"
[com.twelvemonkeys.common/common-io "3.7.1"]