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