Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdio.smallrye.config.examples |
ArtifactId | ArtifactIdinterceptors |
Version | Version1.8.3 |
Type | Typejar |
Filename | Size |
---|---|
interceptors-1.8.3.pom | |
interceptors-1.8.3.jar | 3 KB |
interceptors-1.8.3-sources.jar | 3 KB |
interceptors-1.8.3-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>1.8.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye.config.examples/interceptors/
implementation 'io.smallrye.config.examples:interceptors:1.8.3'
// https://jarcasting.com/artifacts/io.smallrye.config.examples/interceptors/
implementation ("io.smallrye.config.examples:interceptors:1.8.3")
'io.smallrye.config.examples:interceptors:jar:1.8.3'
<dependency org="io.smallrye.config.examples" name="interceptors" rev="1.8.3">
<artifact name="interceptors" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.smallrye.config.examples', module='interceptors', version='1.8.3')
)
libraryDependencies += "io.smallrye.config.examples" % "interceptors" % "1.8.3"
[io.smallrye.config.examples/interceptors "1.8.3"]