SmallRye Stork : Main API classes

Main Stork API classes. You are likely to need `smallrye-stork-core` and not this module.

License

License

GroupId

GroupId

io.smallrye.stork
ArtifactId

ArtifactId

stork-api
Last Version

Last Version

1.1.2
Release Date

Release Date

Type

Type

jar
Description

Description

SmallRye Stork : Main API classes
Main Stork API classes. You are likely to need `smallrye-stork-core` and not this module.

Download stork-api

How to add to project

<!-- https://jarcasting.com/artifacts/io.smallrye.stork/stork-api/ -->
<dependency>
    <groupId>io.smallrye.stork</groupId>
    <artifactId>stork-api</artifactId>
    <version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye.stork/stork-api/
implementation 'io.smallrye.stork:stork-api:1.1.2'
// https://jarcasting.com/artifacts/io.smallrye.stork/stork-api/
implementation ("io.smallrye.stork:stork-api:1.1.2")
'io.smallrye.stork:stork-api:jar:1.1.2'
<dependency org="io.smallrye.stork" name="stork-api" rev="1.1.2">
  <artifact name="stork-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.smallrye.stork', module='stork-api', version='1.1.2')
)
libraryDependencies += "io.smallrye.stork" % "stork-api" % "1.1.2"
[io.smallrye.stork/stork-api "1.1.2"]

Dependencies

compile (1)

Group / Artifact Type Version
io.smallrye.reactive : mutiny jar 1.4.0

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.8.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.2
1.1.0
1.0.0
1.0.0.Beta4
1.0.0.Beta3
1.0.0.Beta2