apiee

A library to generate openAPI (swagger) documentation in Java EE projects

License

License

GroupId

GroupId

com.github.phillip-kruger
ArtifactId

ArtifactId

apiee
Last Version

Last Version

2.0.0-oa3
Release Date

Release Date

Type

Type

pom
Description

Description

apiee
A library to generate openAPI (swagger) documentation in Java EE projects
Project URL

Project URL

https://github.com/phillip-kruger/apiee
Source Code Management

Source Code Management

https://github.com/phillip-kruger/apiee

Download apiee

Filename Size
apiee-2.0.0-oa3.pom 5 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.phillip-kruger/apiee/ -->
<dependency>
    <groupId>com.github.phillip-kruger</groupId>
    <artifactId>apiee</artifactId>
    <version>2.0.0-oa3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.phillip-kruger/apiee/
implementation 'com.github.phillip-kruger:apiee:2.0.0-oa3'
// https://jarcasting.com/artifacts/com.github.phillip-kruger/apiee/
implementation ("com.github.phillip-kruger:apiee:2.0.0-oa3")
'com.github.phillip-kruger:apiee:pom:2.0.0-oa3'
<dependency org="com.github.phillip-kruger" name="apiee" rev="2.0.0-oa3">
  <artifact name="apiee" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.phillip-kruger', module='apiee', version='2.0.0-oa3')
)
libraryDependencies += "com.github.phillip-kruger" % "apiee" % "2.0.0-oa3"
[com.github.phillip-kruger/apiee "2.0.0-oa3"]

Dependencies

provided (2)

Group / Artifact Type Version
javax : javaee-api jar 7.0
org.projectlombok : lombok jar 1.18.2

Project Modules

  • apiee-core
  • apiee-providers
  • apiee-lite

Versions

Version
2.0.0-oa3
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0