Categories |
CategoriesAnt Build Tools JSON Data |
---|---|
GroupId | GroupIdcom.github.blindpirate |
ArtifactId | ArtifactIdjsonschema2pojo-ant |
Version | Version1.1.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.blindpirate/jsonschema2pojo-ant/ -->
<dependency>
<groupId>com.github.blindpirate</groupId>
<artifactId>jsonschema2pojo-ant</artifactId>
<version>1.1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.blindpirate/jsonschema2pojo-ant/
implementation 'com.github.blindpirate:jsonschema2pojo-ant:1.1.0.2'
// https://jarcasting.com/artifacts/com.github.blindpirate/jsonschema2pojo-ant/
implementation ("com.github.blindpirate:jsonschema2pojo-ant:1.1.0.2")
'com.github.blindpirate:jsonschema2pojo-ant:jar:1.1.0.2'
<dependency org="com.github.blindpirate" name="jsonschema2pojo-ant" rev="1.1.0.2">
<artifact name="jsonschema2pojo-ant" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.blindpirate', module='jsonschema2pojo-ant', version='1.1.0.2')
)
libraryDependencies += "com.github.blindpirate" % "jsonschema2pojo-ant" % "1.1.0.2"
[com.github.blindpirate/jsonschema2pojo-ant "1.1.0.2"]