| License |
License |
|---|---|
| GroupId | GroupIdua.t3hnar.io |
| ArtifactId | ArtifactIdstream-serializer |
| Last Version | Last Version1.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionstream-serializer
Serialize classes and it's non serializable fields, mostly input streams
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| stream-serializer-1.0.1.pom | |
| stream-serializer-1.0.1.jar | 23 KB |
| stream-serializer-1.0.1-sources.jar | 16 KB |
| stream-serializer-1.0.1-javadoc.jar | 76 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/ua.t3hnar.io/stream-serializer/ -->
<dependency>
<groupId>ua.t3hnar.io</groupId>
<artifactId>stream-serializer</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/ua.t3hnar.io/stream-serializer/
implementation 'ua.t3hnar.io:stream-serializer:1.0.1'
// https://jarcasting.com/artifacts/ua.t3hnar.io/stream-serializer/
implementation ("ua.t3hnar.io:stream-serializer:1.0.1")
'ua.t3hnar.io:stream-serializer:jar:1.0.1'
<dependency org="ua.t3hnar.io" name="stream-serializer" rev="1.0.1">
<artifact name="stream-serializer" type="jar" />
</dependency>
@Grapes(
@Grab(group='ua.t3hnar.io', module='stream-serializer', version='1.0.1')
)
libraryDependencies += "ua.t3hnar.io" % "stream-serializer" % "1.0.1"
[ua.t3hnar.io/stream-serializer "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.commons : commons-io | jar | 1.3.2 |
| commons-logging : commons-logging | jar | 1.1.1 |
| log4j : log4j | jar | 1.2.16 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.8.1 |