License |
License |
---|---|
GroupId | GroupIdcom.asyncapi |
ArtifactId | ArtifactIdasyncapi-core |
Version | Version1.0.0-EAP-1 |
Type | Typejar |
Description |
DescriptionBuilding the future of event-driven architecture. Open source tools to easily build and maintain your event-driven architecture.
All powered by the AsyncAPI specification, the industry standard for defining asynchronous APIs.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
asyncapi-core-1.0.0-EAP-1.pom | |
asyncapi-core-1.0.0-EAP-1.jar | 197 KB |
asyncapi-core-1.0.0-EAP-1-sources.jar | 85 KB |
asyncapi-core-1.0.0-EAP-1-javadoc.jar | 640 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.asyncapi/asyncapi-core/ -->
<dependency>
<groupId>com.asyncapi</groupId>
<artifactId>asyncapi-core</artifactId>
<version>1.0.0-EAP-1</version>
</dependency>
// https://jarcasting.com/artifacts/com.asyncapi/asyncapi-core/
implementation 'com.asyncapi:asyncapi-core:1.0.0-EAP-1'
// https://jarcasting.com/artifacts/com.asyncapi/asyncapi-core/
implementation ("com.asyncapi:asyncapi-core:1.0.0-EAP-1")
'com.asyncapi:asyncapi-core:jar:1.0.0-EAP-1'
<dependency org="com.asyncapi" name="asyncapi-core" rev="1.0.0-EAP-1">
<artifact name="asyncapi-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.asyncapi', module='asyncapi-core', version='1.0.0-EAP-1')
)
libraryDependencies += "com.asyncapi" % "asyncapi-core" % "1.0.0-EAP-1"
[com.asyncapi/asyncapi-core "1.0.0-EAP-1"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.10 |
com.google.code.findbugs : jsr305 | jar | 3.0.2 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.12.1 |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.71 |
org.jetbrains.kotlin : kotlin-test | jar | 1.3.71 |
com.fasterxml.jackson.module : jackson-module-kotlin | jar | 2.12.1 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.6.1 |
org.junit.jupiter : junit-jupiter-api | jar | 5.6.1 |
org.junit.jupiter : junit-jupiter-params | jar | 5.6.1 |