License |
License |
---|---|
GroupId | GroupIdio.smallrye.stork |
ArtifactId | ArtifactIdstork-api |
Last Version | Last Version1.1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSmallRye Stork : Main API classes
Main Stork API classes. You are likely to need `smallrye-stork-core` and not this module.
|
Filename | Size |
---|---|
stork-api-1.1.2.pom | |
stork-api-1.1.2.jar | 17 KB |
stork-api-1.1.2-sources.jar | 14 KB |
stork-api-1.1.2-javadoc.jar | 530 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
io.smallrye.reactive : mutiny | jar | 1.4.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.8.2 |