Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdio.smallrye.config.examples |
ArtifactId | ArtifactIdinterceptors |
Version | Version2.0.0-RC4 |
Type | Typejar |
Filename | Size |
---|---|
interceptors-2.0.0-RC4.pom | |
interceptors-2.0.0-RC4.jar | 3 KB |
interceptors-2.0.0-RC4-sources.jar | 3 KB |
interceptors-2.0.0-RC4-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.smallrye.config.examples/interceptors/ -->
<dependency>
<groupId>io.smallrye.config.examples</groupId>
<artifactId>interceptors</artifactId>
<version>2.0.0-RC4</version>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye.config.examples/interceptors/
implementation 'io.smallrye.config.examples:interceptors:2.0.0-RC4'
// https://jarcasting.com/artifacts/io.smallrye.config.examples/interceptors/
implementation ("io.smallrye.config.examples:interceptors:2.0.0-RC4")
'io.smallrye.config.examples:interceptors:jar:2.0.0-RC4'
<dependency org="io.smallrye.config.examples" name="interceptors" rev="2.0.0-RC4">
<artifact name="interceptors" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.smallrye.config.examples', module='interceptors', version='2.0.0-RC4')
)
libraryDependencies += "io.smallrye.config.examples" % "interceptors" % "2.0.0-RC4"
[io.smallrye.config.examples/interceptors "2.0.0-RC4"]