License |
License |
---|---|
GroupId | GroupIdlu.greenhalos |
ArtifactId | ArtifactIdj2asyncapi-annotation |
Last Version | Last Version0.13.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionj2asyncapi-annotation
A tool generate AsyncAPI yaml/json from Java code
|
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/lu.greenhalos/j2asyncapi-annotation/ -->
<dependency>
<groupId>lu.greenhalos</groupId>
<artifactId>j2asyncapi-annotation</artifactId>
<version>0.13.0</version>
</dependency>
// https://jarcasting.com/artifacts/lu.greenhalos/j2asyncapi-annotation/
implementation 'lu.greenhalos:j2asyncapi-annotation:0.13.0'
// https://jarcasting.com/artifacts/lu.greenhalos/j2asyncapi-annotation/
implementation ("lu.greenhalos:j2asyncapi-annotation:0.13.0")
'lu.greenhalos:j2asyncapi-annotation:jar:0.13.0'
<dependency org="lu.greenhalos" name="j2asyncapi-annotation" rev="0.13.0">
<artifact name="j2asyncapi-annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='lu.greenhalos', module='j2asyncapi-annotation', version='0.13.0')
)
libraryDependencies += "lu.greenhalos" % "j2asyncapi-annotation" % "0.13.0"
[lu.greenhalos/j2asyncapi-annotation "0.13.0"]