j2asyncapi-schema

A tool generate AsyncAPI yaml/json from Java code

License

License

GroupId

GroupId

lu.greenhalos
ArtifactId

ArtifactId

j2asyncapi-schema
Last Version

Last Version

0.13.0
Release Date

Release Date

Type

Type

jar
Description

Description

j2asyncapi-schema
A tool generate AsyncAPI yaml/json from Java code
Source Code Management

Source Code Management

https://github.com/greenhalos/j2asyncapi/tree/master/j2asyncapi-schema

Download j2asyncapi-schema

How to add to project

<!-- https://jarcasting.com/artifacts/lu.greenhalos/j2asyncapi-schema/ -->
<dependency>
    <groupId>lu.greenhalos</groupId>
    <artifactId>j2asyncapi-schema</artifactId>
    <version>0.13.0</version>
</dependency>
// https://jarcasting.com/artifacts/lu.greenhalos/j2asyncapi-schema/
implementation 'lu.greenhalos:j2asyncapi-schema:0.13.0'
// https://jarcasting.com/artifacts/lu.greenhalos/j2asyncapi-schema/
implementation ("lu.greenhalos:j2asyncapi-schema:0.13.0")
'lu.greenhalos:j2asyncapi-schema:jar:0.13.0'
<dependency org="lu.greenhalos" name="j2asyncapi-schema" rev="0.13.0">
  <artifact name="j2asyncapi-schema" type="jar" />
</dependency>
@Grapes(
@Grab(group='lu.greenhalos', module='j2asyncapi-schema', version='0.13.0')
)
libraryDependencies += "lu.greenhalos" % "j2asyncapi-schema" % "0.13.0"
[lu.greenhalos/j2asyncapi-schema "0.13.0"]

Dependencies

compile (2)

Group / Artifact Type Version
commons-lang : commons-lang jar 2.6
com.fasterxml.jackson.core : jackson-databind jar 2.13.1

Project Modules

There are no modules declared in this project.

Versions

Version
0.13.0
0.2.0