Categories |
CategoriesGradle Build Tools JSON Data |
---|---|
GroupId | GroupIdorg.jsonschema2pojo |
ArtifactId | ArtifactIdjsonschema2pojo-gradle-plugin |
Version | Version0.4.32 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.jsonschema2pojo/jsonschema2pojo-gradle-plugin/ -->
<dependency>
<groupId>org.jsonschema2pojo</groupId>
<artifactId>jsonschema2pojo-gradle-plugin</artifactId>
<version>0.4.32</version>
</dependency>
// https://jarcasting.com/artifacts/org.jsonschema2pojo/jsonschema2pojo-gradle-plugin/
implementation 'org.jsonschema2pojo:jsonschema2pojo-gradle-plugin:0.4.32'
// https://jarcasting.com/artifacts/org.jsonschema2pojo/jsonschema2pojo-gradle-plugin/
implementation ("org.jsonschema2pojo:jsonschema2pojo-gradle-plugin:0.4.32")
'org.jsonschema2pojo:jsonschema2pojo-gradle-plugin:jar:0.4.32'
<dependency org="org.jsonschema2pojo" name="jsonschema2pojo-gradle-plugin" rev="0.4.32">
<artifact name="jsonschema2pojo-gradle-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jsonschema2pojo', module='jsonschema2pojo-gradle-plugin', version='0.4.32')
)
libraryDependencies += "org.jsonschema2pojo" % "jsonschema2pojo-gradle-plugin" % "0.4.32"
[org.jsonschema2pojo/jsonschema2pojo-gradle-plugin "0.4.32"]