| License |
License |
|---|---|
| GroupId | GroupIdlu.greenhalos |
| ArtifactId | ArtifactIdj2asyncapi-schema |
| Last Version | Last Version0.13.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionj2asyncapi-schema
A tool generate AsyncAPI yaml/json from Java code
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| j2asyncapi-schema-0.13.0.pom | |
| j2asyncapi-schema-0.13.0.jar | 71 KB |
| j2asyncapi-schema-0.13.0-sources.jar | 45 KB |
| j2asyncapi-schema-0.13.0-javadoc.jar | 599 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| commons-lang : commons-lang | jar | 2.6 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.13.1 |