is not current version
Last Version 0.1.11

com.github.davidmoten:openapi-to-plantuml 0.1

Generates PlantUML file from an OpenAPI 3.0 Definition

Categories

Categories

Ant Build Tools UML Business Logic Libraries Documents Processing
GroupId

GroupId

com.github.davidmoten
ArtifactId

ArtifactId

openapi-to-plantuml
Version

Version

0.1
Type

Type

jar

Download openapi-to-plantuml 0.1


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