| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.whitfin |
| Идентификатор | Идентификаторdot-notes |
| Последняя версия | Последняя версия3.1.3 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеDot Notes
Simple dot/bracket notation parsing/conversion for JSON.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| dot-notes-3.1.3.pom | |
| dot-notes-3.1.3.jar | 11 KB |
| dot-notes-3.1.3-sources.jar | 10 KB |
| dot-notes-3.1.3-javadoc.jar | 43 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.whitfin/dot-notes/ -->
<dependency>
<groupId>io.whitfin</groupId>
<artifactId>dot-notes</artifactId>
<version>3.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.whitfin/dot-notes/
implementation 'io.whitfin:dot-notes:3.1.3'
// https://jarcasting.com/artifacts/io.whitfin/dot-notes/
implementation ("io.whitfin:dot-notes:3.1.3")
'io.whitfin:dot-notes:jar:3.1.3'
<dependency org="io.whitfin" name="dot-notes" rev="3.1.3">
<artifact name="dot-notes" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.whitfin', module='dot-notes', version='3.1.3')
)
libraryDependencies += "io.whitfin" % "dot-notes" % "3.1.3"
[io.whitfin/dot-notes "3.1.3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.fasterxml.jackson.core : jackson-core | jar | 2.9.9 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.9.9 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.testng : testng | jar | 6.8.7 |