Last Version

Contractfirst-Generator 1.5.1

Contractfirst-Generator is a code generator for OpenAPI 3 contracts, enabling a contract-first approach to developing REST APIs.

License

License

GroupId

GroupId

io.github.ruedigerk.contractfirst.generator
ArtifactId

ArtifactId

contractfirst-generator-parent
Version

Version

1.5.1
Type

Type

pom
Description

Description

Contractfirst-Generator
Contractfirst-Generator is a code generator for OpenAPI 3 contracts, enabling a contract-first approach to developing REST APIs.
Project URL

Project URL

https://github.com/ruedigerk/contractfirst-generator
Source Code Management

Source Code Management

https://github.com/ruedigerk/contractfirst-generator

Download contractfirst-generator-parent 1.5.1


<!-- https://jarcasting.com/artifacts/io.github.ruedigerk.contractfirst.generator/contractfirst-generator-parent/ -->
<dependency>
    <groupId>io.github.ruedigerk.contractfirst.generator</groupId>
    <artifactId>contractfirst-generator-parent</artifactId>
    <version>1.5.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.ruedigerk.contractfirst.generator/contractfirst-generator-parent/
implementation 'io.github.ruedigerk.contractfirst.generator:contractfirst-generator-parent:1.5.1'
// https://jarcasting.com/artifacts/io.github.ruedigerk.contractfirst.generator/contractfirst-generator-parent/
implementation ("io.github.ruedigerk.contractfirst.generator:contractfirst-generator-parent:1.5.1")
'io.github.ruedigerk.contractfirst.generator:contractfirst-generator-parent:pom:1.5.1'
<dependency org="io.github.ruedigerk.contractfirst.generator" name="contractfirst-generator-parent" rev="1.5.1">
  <artifact name="contractfirst-generator-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.ruedigerk.contractfirst.generator', module='contractfirst-generator-parent', version='1.5.1')
)
libraryDependencies += "io.github.ruedigerk.contractfirst.generator" % "contractfirst-generator-parent" % "1.5.1"
[io.github.ruedigerk.contractfirst.generator/contractfirst-generator-parent "1.5.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • client-support
  • command-line-interface
  • generator
  • gson-date-time-support
  • integration-test
  • maven-plugin
  • server-support