| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.pathikrit |
| Идентификатор | Идентификаторdijon_2.12 |
| Версия | Версия0.3.0 |
| Тип | Типjar |
| Описание |
Описаниеdijon
Boiler-free JSON wrangling using Scala dynamic types
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчикcom.github.pathikrit |
| Имя Файла | Размер |
|---|---|
| dijon_2.12-0.3.0.pom | |
| dijon_2.12-0.3.0.jar | 20 KB |
| dijon_2.12-0.3.0-sources.jar | 2 KB |
| dijon_2.12-0.3.0-javadoc.jar | 1 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.pathikrit/dijon_2.12/ -->
<dependency>
<groupId>com.github.pathikrit</groupId>
<artifactId>dijon_2.12</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.pathikrit/dijon_2.12/
implementation 'com.github.pathikrit:dijon_2.12:0.3.0'
// https://jarcasting.com/artifacts/com.github.pathikrit/dijon_2.12/
implementation ("com.github.pathikrit:dijon_2.12:0.3.0")
'com.github.pathikrit:dijon_2.12:jar:0.3.0'
<dependency org="com.github.pathikrit" name="dijon_2.12" rev="0.3.0">
<artifact name="dijon_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.pathikrit', module='dijon_2.12', version='0.3.0')
)
libraryDependencies += "com.github.pathikrit" % "dijon_2.12" % "0.3.0"
[com.github.pathikrit/dijon_2.12 "0.3.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.scala-lang : scala-library | jar | 2.12.9 |
| org.scala-lang.modules : scala-collection-compat_2.12 | jar | 2.1.1 |
| com.github.plokhotnyuk.jsoniter-scala : jsoniter-scala-core_2.12 | jar | 0.54.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.scalatest : scalatest_2.12 | jar | 3.0.8 |