s

stork-core

Files download
File Operation
stork-core-1.1.0.jar download
stork-core-1.1.0.pom download
stork-core-1.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.smallrye.stork</groupId>
  <artifactId>stork-core</artifactId>
  <version>1.1.0</version>
</dependency>
Gradle Groovy
implementation 'io.smallrye.stork:stork-core:1.1.0'
Gradle Kotlin
implementation("io.smallrye.stork:stork-core:1.1.0")
Scala SBT
libraryDependencies += "io.smallrye.stork" % "stork-core" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='io.smallrye.stork', module='stork-core', version='1.1.0')
)
Apache Ivy
<dependency org="io.smallrye.stork" name="stork-core" rev="1.1.0" />
Leiningen
[io.smallrye.stork/stork-core "1.1.0"]
Apache Buildr
'io.smallrye.stork:stork-core:jar:1.1.0'