| GroupId | GroupIdcom.cedarsoft.commons.old |
|---|---|
| ArtifactId | ArtifactIdio |
| Last Version | Last Version4.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Description |
| Filename | Size |
|---|---|
| io-4.0.1.pom | |
| io-4.0.1.jar | 12 KB |
| io-4.0.1-tests.jar | 4 KB |
| io-4.0.1-sources.jar | 12 KB |
| io-4.0.1-javadoc.jar | 52 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.cedarsoft.commons.old/io/ -->
<dependency>
<groupId>com.cedarsoft.commons.old</groupId>
<artifactId>io</artifactId>
<version>4.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.commons.old/io/
implementation 'com.cedarsoft.commons.old:io:4.0.1'
// https://jarcasting.com/artifacts/com.cedarsoft.commons.old/io/
implementation ("com.cedarsoft.commons.old:io:4.0.1")
'com.cedarsoft.commons.old:io:jar:4.0.1'
<dependency org="com.cedarsoft.commons.old" name="io" rev="4.0.1">
<artifact name="io" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.commons.old', module='io', version='4.0.1')
)
libraryDependencies += "com.cedarsoft.commons.old" % "io" % "4.0.1"
[com.cedarsoft.commons.old/io "4.0.1"]