is not current version
Last Version 1.1.0

com.github.emm035:openapi-immutables 1.0.0

An implementation of the OpenAPI 3.0 specification with Java Immutables

Categories

Categories

Immutables Application Layer Libs Code Generators
GroupId

GroupId

com.github.emm035
ArtifactId

ArtifactId

openapi-immutables
Version

Version

1.0.0
Type

Type

jar

Download openapi-immutables 1.0.0


<!-- https://jarcasting.com/artifacts/com.github.emm035/openapi-immutables/ -->
<dependency>
    <groupId>com.github.emm035</groupId>
    <artifactId>openapi-immutables</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.emm035/openapi-immutables/
implementation 'com.github.emm035:openapi-immutables:1.0.0'
// https://jarcasting.com/artifacts/com.github.emm035/openapi-immutables/
implementation ("com.github.emm035:openapi-immutables:1.0.0")
'com.github.emm035:openapi-immutables:jar:1.0.0'
<dependency org="com.github.emm035" name="openapi-immutables" rev="1.0.0">
  <artifact name="openapi-immutables" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.emm035', module='openapi-immutables', version='1.0.0')
)
libraryDependencies += "com.github.emm035" % "openapi-immutables" % "1.0.0"
[com.github.emm035/openapi-immutables "1.0.0"]