| License |
License |
|---|---|
| GroupId | GroupIdorg.fluentcodes.tools |
| ArtifactId | ArtifactIdio |
| Version | Version0.9.0 |
| Type | Typejar |
| Description |
DescriptionIO
IO for object serialization and deserialization
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| io-0.9.0.pom | |
| io-0.9.0.jar | 19 KB |
| io-0.9.0-sources.jar | 12 KB |
| io-0.9.0-javadoc.jar | 95 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.fluentcodes.tools/io/ -->
<dependency>
<groupId>org.fluentcodes.tools</groupId>
<artifactId>io</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.fluentcodes.tools/io/
implementation 'org.fluentcodes.tools:io:0.9.0'
// https://jarcasting.com/artifacts/org.fluentcodes.tools/io/
implementation ("org.fluentcodes.tools:io:0.9.0")
'org.fluentcodes.tools:io:jar:0.9.0'
<dependency org="org.fluentcodes.tools" name="io" rev="0.9.0">
<artifact name="io" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fluentcodes.tools', module='io', version='0.9.0')
)
libraryDependencies += "org.fluentcodes.tools" % "io" % "0.9.0"
[org.fluentcodes.tools/io "0.9.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |