core.build.gradle.mustache Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of web3j-openapi-codegen Show documentation
Show all versions of web3j-openapi-codegen Show documentation
web3j-openapi project code generators
dependencies {
api "org.web3j.openapi:web3j-openapi-core:{{version}}"
api "io.swagger.core.v3:swagger-annotations:2.1.2"
implementation "org.glassfish.jersey.media:jersey-media-json-jackson:2.31"
}