| GroupId | GroupIdio.smallrye.stork |
|---|---|
| ArtifactId | ArtifactIdstork-core |
| Version | Version1.0.0.Beta2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| stork-core-1.0.0.Beta2.pom | |
| stork-core-1.0.0.Beta2.jar | 28 KB |
| stork-core-1.0.0.Beta2-sources.jar | 14 KB |
| stork-core-1.0.0.Beta2-javadoc.jar | 519 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.smallrye.stork/stork-core/ -->
<dependency>
<groupId>io.smallrye.stork</groupId>
<artifactId>stork-core</artifactId>
<version>1.0.0.Beta2</version>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye.stork/stork-core/
implementation 'io.smallrye.stork:stork-core:1.0.0.Beta2'
// https://jarcasting.com/artifacts/io.smallrye.stork/stork-core/
implementation ("io.smallrye.stork:stork-core:1.0.0.Beta2")
'io.smallrye.stork:stork-core:jar:1.0.0.Beta2'
<dependency org="io.smallrye.stork" name="stork-core" rev="1.0.0.Beta2">
<artifact name="stork-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.smallrye.stork', module='stork-core', version='1.0.0.Beta2')
)
libraryDependencies += "io.smallrye.stork" % "stork-core" % "1.0.0.Beta2"
[io.smallrye.stork/stork-core "1.0.0.Beta2"]