is not current version
Last Version 3.0.0-RC2

io.smallrye.config.examples:interceptors 2.9.1


Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

io.smallrye.config.examples
ArtifactId

ArtifactId

interceptors
Version

Version

2.9.1
Type

Type

jar

Download interceptors 2.9.1


<!-- https://jarcasting.com/artifacts/io.smallrye.config.examples/interceptors/ -->
<dependency>
    <groupId>io.smallrye.config.examples</groupId>
    <artifactId>interceptors</artifactId>
    <version>2.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye.config.examples/interceptors/
implementation 'io.smallrye.config.examples:interceptors:2.9.1'
// https://jarcasting.com/artifacts/io.smallrye.config.examples/interceptors/
implementation ("io.smallrye.config.examples:interceptors:2.9.1")
'io.smallrye.config.examples:interceptors:jar:2.9.1'
<dependency org="io.smallrye.config.examples" name="interceptors" rev="2.9.1">
  <artifact name="interceptors" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.smallrye.config.examples', module='interceptors', version='2.9.1')
)
libraryDependencies += "io.smallrye.config.examples" % "interceptors" % "2.9.1"
[io.smallrye.config.examples/interceptors "2.9.1"]