License |
License |
---|---|
Categories |
CategoriesConfiguration Application Layer Libs config |
GroupId | GroupIdio.smallrye.stork |
ArtifactId | ArtifactIdstork-configuration-generator |
Last Version | Last Version1.1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSmallRye Stork : Configuration Generator
Generates configuration classes for Stork service discovery and load balancer implementations
based on configuration annotations
|
<!-- https://jarcasting.com/artifacts/io.smallrye.stork/stork-configuration-generator/ -->
<dependency>
<groupId>io.smallrye.stork</groupId>
<artifactId>stork-configuration-generator</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye.stork/stork-configuration-generator/
implementation 'io.smallrye.stork:stork-configuration-generator:1.1.2'
// https://jarcasting.com/artifacts/io.smallrye.stork/stork-configuration-generator/
implementation ("io.smallrye.stork:stork-configuration-generator:1.1.2")
'io.smallrye.stork:stork-configuration-generator:jar:1.1.2'
<dependency org="io.smallrye.stork" name="stork-configuration-generator" rev="1.1.2">
<artifact name="stork-configuration-generator" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.smallrye.stork', module='stork-configuration-generator', version='1.1.2')
)
libraryDependencies += "io.smallrye.stork" % "stork-configuration-generator" % "1.1.2"
[io.smallrye.stork/stork-configuration-generator "1.1.2"]
Group / Artifact | Type | Version |
---|---|---|
io.smallrye.stork : stork-api | jar |
Group / Artifact | Type | Version |
---|---|---|
com.google.auto.service : auto-service | jar | 1.0.1 |