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