GroupId | GroupIdio.airlift |
---|---|
ArtifactId | ArtifactIdevent-experimental |
Version | Version0.69 |
Type | Typejar |
Filename | Size |
---|---|
event-experimental-0.69.pom | |
event-experimental-0.69.jar | 59 KB |
event-experimental-0.69-sources.jar | 27 KB |
event-experimental-0.69-javadoc.jar | 117 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.airlift/event-experimental/ -->
<dependency>
<groupId>io.airlift</groupId>
<artifactId>event-experimental</artifactId>
<version>0.69</version>
</dependency>
// https://jarcasting.com/artifacts/io.airlift/event-experimental/
implementation 'io.airlift:event-experimental:0.69'
// https://jarcasting.com/artifacts/io.airlift/event-experimental/
implementation ("io.airlift:event-experimental:0.69")
'io.airlift:event-experimental:jar:0.69'
<dependency org="io.airlift" name="event-experimental" rev="0.69">
<artifact name="event-experimental" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.airlift', module='event-experimental', version='0.69')
)
libraryDependencies += "io.airlift" % "event-experimental" % "0.69"
[io.airlift/event-experimental "0.69"]