Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.github.blindpirate |
ArtifactId | ArtifactIdjsonschema2pojo |
Version | Version1.1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
jsonschema2pojo-1.1.0.3.pom | 19 KB |
jsonschema2pojo-1.1.0.3-javadoc.jar | 562 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.blindpirate/jsonschema2pojo/ -->
<dependency>
<groupId>com.github.blindpirate</groupId>
<artifactId>jsonschema2pojo</artifactId>
<version>1.1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.blindpirate/jsonschema2pojo/
implementation 'com.github.blindpirate:jsonschema2pojo:1.1.0.3'
// https://jarcasting.com/artifacts/com.github.blindpirate/jsonschema2pojo/
implementation ("com.github.blindpirate:jsonschema2pojo:1.1.0.3")
'com.github.blindpirate:jsonschema2pojo:jar:1.1.0.3'
<dependency org="com.github.blindpirate" name="jsonschema2pojo" rev="1.1.0.3">
<artifact name="jsonschema2pojo" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.blindpirate', module='jsonschema2pojo', version='1.1.0.3')
)
libraryDependencies += "com.github.blindpirate" % "jsonschema2pojo" % "1.1.0.3"
[com.github.blindpirate/jsonschema2pojo "1.1.0.3"]