| License |
License |
|---|---|
| GroupId | GroupIdfr.matthieu-vergne |
| ArtifactId | ArtifactIdioutils |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionIO Utilities
Several IO implementations, as provided by Apache Commons libraries.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| ioutils-1.0.pom | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/fr.matthieu-vergne/ioutils/ -->
<dependency>
<groupId>fr.matthieu-vergne</groupId>
<artifactId>ioutils</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/fr.matthieu-vergne/ioutils/
implementation 'fr.matthieu-vergne:ioutils:1.0'
// https://jarcasting.com/artifacts/fr.matthieu-vergne/ioutils/
implementation ("fr.matthieu-vergne:ioutils:1.0")
'fr.matthieu-vergne:ioutils:pom:1.0'
<dependency org="fr.matthieu-vergne" name="ioutils" rev="1.0">
<artifact name="ioutils" type="pom" />
</dependency>
@Grapes(
@Grab(group='fr.matthieu-vergne', module='ioutils', version='1.0')
)
libraryDependencies += "fr.matthieu-vergne" % "ioutils" % "1.0"
[fr.matthieu-vergne/ioutils "1.0"]