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