<dependency> <groupId>io.smallrye.stork</groupId> <artifactId>stork-core</artifactId> <version>1.4.1</version> </dependency>
implementation 'io.smallrye.stork:stork-core:1.4.1'
implementation("io.smallrye.stork:stork-core:1.4.1")
libraryDependencies += "io.smallrye.stork" % "stork-core" % "1.4.1"
@Grapes( @Grab(group='io.smallrye.stork', module='stork-core', version='1.4.1') )
<dependency org="io.smallrye.stork" name="stork-core" rev="1.4.1" />
[io.smallrye.stork/stork-core "1.4.1"]
'io.smallrye.stork:stork-core:jar:1.4.1'
<parent> <groupId>io.smallrye.stork</groupId> <artifactId>stork-parent</artifactId> <version>1.4.1</version> </parent>
compile
|-- io.smallrye.stork:stork-api
|-- org.slf4j:slf4j-api
provided
|-- io.smallrye.stork:stork-configuration-generator
test
|-- org.junit.jupiter:junit-jupiter
|-- org.assertj:assertj-core
|-- org.slf4j:slf4j-simple
|-- org.mockito:mockito-core
|-- org.mockito:mockito-inline
|-- io.vertx:vertx-core
|-- org.awaitility:awaitility