j

jsonschema2pojo-core

文件下载
文件名 操作
jsonschema2pojo-core-1.0.0-alpha4.jar 下载
jsonschema2pojo-core-1.0.0-alpha4.pom 下载
jsonschema2pojo-core-1.0.0-alpha4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.jsonschema2pojo</groupId>
  <artifactId>jsonschema2pojo-core</artifactId>
  <version>1.0.0-alpha4</version>
</dependency>
Gradle Groovy
implementation 'org.jsonschema2pojo:jsonschema2pojo-core:1.0.0-alpha4'
Gradle Kotlin
implementation("org.jsonschema2pojo:jsonschema2pojo-core:1.0.0-alpha4")
Scala SBT
libraryDependencies += "org.jsonschema2pojo" % "jsonschema2pojo-core" % "1.0.0-alpha4"
Groovy Grape
@Grapes(
  @Grab(group='org.jsonschema2pojo', module='jsonschema2pojo-core', version='1.0.0-alpha4')
)
Apache Ivy
<dependency org="org.jsonschema2pojo" name="jsonschema2pojo-core" rev="1.0.0-alpha4" />
Leiningen
[org.jsonschema2pojo/jsonschema2pojo-core "1.0.0-alpha4"]
Apache Buildr
'org.jsonschema2pojo:jsonschema2pojo-core:jar:1.0.0-alpha4'