| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииGradle Компиляция и сборка JSON Данные |
| Группа | Группаcom.github.blindpirate |
| Идентификатор | Идентификаторjsonschema2pojo-gradle-plugin |
| Версия | Версия1.1.0.4 |
| Тип | Типjar |
| Описание |
Описаниеjsonschema2pojo-gradle-plugin
Generate DTO style Java classes from JSON Schema documents
|
| Ссылка на сайт |
Ссылка на сайт |
<!-- https://jarcasting.com/artifacts/com.github.blindpirate/jsonschema2pojo-gradle-plugin/ -->
<dependency>
<groupId>com.github.blindpirate</groupId>
<artifactId>jsonschema2pojo-gradle-plugin</artifactId>
<version>1.1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.blindpirate/jsonschema2pojo-gradle-plugin/
implementation 'com.github.blindpirate:jsonschema2pojo-gradle-plugin:1.1.0.4'
// https://jarcasting.com/artifacts/com.github.blindpirate/jsonschema2pojo-gradle-plugin/
implementation ("com.github.blindpirate:jsonschema2pojo-gradle-plugin:1.1.0.4")
'com.github.blindpirate:jsonschema2pojo-gradle-plugin:jar:1.1.0.4'
<dependency org="com.github.blindpirate" name="jsonschema2pojo-gradle-plugin" rev="1.1.0.4">
<artifact name="jsonschema2pojo-gradle-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.blindpirate', module='jsonschema2pojo-gradle-plugin', version='1.1.0.4')
)
libraryDependencies += "com.github.blindpirate" % "jsonschema2pojo-gradle-plugin" % "1.1.0.4"
[com.github.blindpirate/jsonschema2pojo-gradle-plugin "1.1.0.4"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.github.blindpirate : jsonschema2pojo-core | jar | 1.1.0.4 |
| com.google.code.findbugs : annotations | jar | 1.3.9 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| dev.gradleplugins : gradle-api | jar | 5.6 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13.2 |
| org.slf4j : slf4j-simple | jar | 1.7.24 |