License |
License |
---|---|
Categories |
CategoriesImmutables Application Layer Libs Code Generators |
GroupId | GroupIdcom.github.emm035 |
ArtifactId | ArtifactIdopenapi-immutables |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionOpenAPI Immutables
An implementation of the OpenAPI 3.0 specification with Java Immutables
|
Project URL |
Project URL |
Filename | Size |
---|---|
openapi-immutables-1.1.0.pom | |
openapi-immutables-1.1.0.jar | 513 KB |
openapi-immutables-1.1.0-sources.jar | 267 KB |
openapi-immutables-1.1.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.emm035/openapi-immutables/ -->
<dependency>
<groupId>com.github.emm035</groupId>
<artifactId>openapi-immutables</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.emm035/openapi-immutables/
implementation 'com.github.emm035:openapi-immutables:1.1.0'
// https://jarcasting.com/artifacts/com.github.emm035/openapi-immutables/
implementation ("com.github.emm035:openapi-immutables:1.1.0")
'com.github.emm035:openapi-immutables:jar:1.1.0'
<dependency org="com.github.emm035" name="openapi-immutables" rev="1.1.0">
<artifact name="openapi-immutables" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.emm035', module='openapi-immutables', version='1.1.0')
)
libraryDependencies += "com.github.emm035" % "openapi-immutables" % "1.1.0"
[com.github.emm035/openapi-immutables "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 | jar | 3.0.1 |
com.google.guava : guava | jar | 25.0-jre |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.9.10 |
com.fasterxml.jackson.core : jackson-core | jar | 2.9.10 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.9.10.3 |
com.fasterxml.jackson.datatype : jackson-datatype-guava | jar | 2.9.10 |
com.fasterxml.jackson.datatype : jackson-datatype-jdk8 | jar | 2.9.10 |
Group / Artifact | Type | Version |
---|---|---|
org.immutables : value | jar | 2.5.6 |
Group / Artifact | Type | Version |
---|---|---|
org.assertj : assertj-core | jar | 3.4.1 |
junit : junit | jar | 4.12 |
com.flipkart.zjsonpatch : zjsonpatch | jar | 0.4.9 |