<dependency> <groupId>io.smallrye.stork</groupId> <artifactId>stork-core</artifactId> <version>1.0.0</version> </dependency>
implementation 'io.smallrye.stork:stork-core:1.0.0'
implementation("io.smallrye.stork:stork-core:1.0.0")
libraryDependencies += "io.smallrye.stork" % "stork-core" % "1.0.0"
@Grapes( @Grab(group='io.smallrye.stork', module='stork-core', version='1.0.0') )
<dependency org="io.smallrye.stork" name="stork-core" rev="1.0.0" />
[io.smallrye.stork/stork-core "1.0.0"]
'io.smallrye.stork:stork-core:jar:1.0.0'
<parent> <groupId>io.smallrye.stork</groupId> <artifactId>stork-parent</artifactId> <version>1.0.0</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