| Лицензия |
Лицензия |
|---|---|
| Группа | Группаua.t3hnar.io |
| Идентификатор | Идентификаторstream-serializer |
| Последняя версия | Последняя версия1.0.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеstream-serializer
Serialize classes and it's non serializable fields, mostly input streams
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.commons : commons-io | jar | 1.3.2 |
| commons-logging : commons-logging | jar | 1.1.1 |
| log4j : log4j | jar | 1.2.16 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.8.1 |