License |
License |
---|---|
GroupId | GroupIdlu.greenhalos |
ArtifactId | ArtifactIdj2asyncapi-processor |
Last Version | Last Version0.13.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionj2asyncapi-processor
A tool generate AsyncAPI yaml/json from Java code
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
j2asyncapi-processor-0.13.0.pom | |
j2asyncapi-processor-0.13.0.jar | 26 KB |
j2asyncapi-processor-0.13.0-sources.jar | 13 KB |
j2asyncapi-processor-0.13.0-javadoc.jar | 491 KB |
Browse |
<!-- https://jarcasting.com/artifacts/lu.greenhalos/j2asyncapi-processor/ -->
<dependency>
<groupId>lu.greenhalos</groupId>
<artifactId>j2asyncapi-processor</artifactId>
<version>0.13.0</version>
</dependency>
// https://jarcasting.com/artifacts/lu.greenhalos/j2asyncapi-processor/
implementation 'lu.greenhalos:j2asyncapi-processor:0.13.0'
// https://jarcasting.com/artifacts/lu.greenhalos/j2asyncapi-processor/
implementation ("lu.greenhalos:j2asyncapi-processor:0.13.0")
'lu.greenhalos:j2asyncapi-processor:jar:0.13.0'
<dependency org="lu.greenhalos" name="j2asyncapi-processor" rev="0.13.0">
<artifact name="j2asyncapi-processor" type="jar" />
</dependency>
@Grapes(
@Grab(group='lu.greenhalos', module='j2asyncapi-processor', version='0.13.0')
)
libraryDependencies += "lu.greenhalos" % "j2asyncapi-processor" % "0.13.0"
[lu.greenhalos/j2asyncapi-processor "0.13.0"]
Group / Artifact | Type | Version |
---|---|---|
lu.greenhalos : j2asyncapi-annotation | jar | 0.13.0 |
lu.greenhalos : j2asyncapi-schema | jar | 0.13.0 |
org.reflections : reflections | jar | 0.10.2 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.36 |