| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJSON Данные |
| Группа | Группаcom.github.henryhuang |
| Идентификатор | Идентификаторavrojson |
| Последняя версия | Последняя версия1.8.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеavrojson
Avrojson is an avro util for convering avro java object to avro-specificed json.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| avrojson-1.8.2.pom | |
| avrojson-1.8.2.jar | 3 KB |
| avrojson-1.8.2-sources.jar | 3 KB |
| avrojson-1.8.2-javadoc.jar | 23 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.henryhuang/avrojson/ -->
<dependency>
<groupId>com.github.henryhuang</groupId>
<artifactId>avrojson</artifactId>
<version>1.8.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.henryhuang/avrojson/
implementation 'com.github.henryhuang:avrojson:1.8.2'
// https://jarcasting.com/artifacts/com.github.henryhuang/avrojson/
implementation ("com.github.henryhuang:avrojson:1.8.2")
'com.github.henryhuang:avrojson:jar:1.8.2'
<dependency org="com.github.henryhuang" name="avrojson" rev="1.8.2">
<artifact name="avrojson" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.henryhuang', module='avrojson', version='1.8.2')
)
libraryDependencies += "com.github.henryhuang" % "avrojson" % "1.8.2"
[com.github.henryhuang/avrojson "1.8.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.avro : avro | jar | 1.8.1 |
| junit : junit | jar | 4.12 |