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