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