s

stork-core

文件下载
文件名 操作
stork-core-2.6.0.jar 下载
stork-core-2.6.0.pom 下载
stork-core-2.6.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.smallrye.stork</groupId>
  <artifactId>stork-core</artifactId>
  <version>2.6.0</version>
</dependency>
Gradle Groovy
implementation 'io.smallrye.stork:stork-core:2.6.0'
Gradle Kotlin
implementation("io.smallrye.stork:stork-core:2.6.0")
Scala SBT
libraryDependencies += "io.smallrye.stork" % "stork-core" % "2.6.0"
Groovy Grape
@Grapes(
  @Grab(group='io.smallrye.stork', module='stork-core', version='2.6.0')
)
Apache Ivy
<dependency org="io.smallrye.stork" name="stork-core" rev="2.6.0" />
Leiningen
[io.smallrye.stork/stork-core "2.6.0"]
Apache Buildr
'io.smallrye.stork:stork-core:jar:2.6.0'