License |
License |
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration |
GroupId | GroupIdio.smallrye.config.examples |
ArtifactId | ArtifactIdinterceptors |
Version | Version2.4.2 |
Type | Typejar |
Description |
DescriptionSmallRye Config Examples: Interceptors
SmallRye Parent POM
|
Filename | Size |
---|---|
interceptors-2.4.2.pom | |
interceptors-2.4.2.jar | 3 KB |
interceptors-2.4.2-sources.jar | 3 KB |
interceptors-2.4.2-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.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye.config.examples/interceptors/
implementation 'io.smallrye.config.examples:interceptors:2.4.2'
// https://jarcasting.com/artifacts/io.smallrye.config.examples/interceptors/
implementation ("io.smallrye.config.examples:interceptors:2.4.2")
'io.smallrye.config.examples:interceptors:jar:2.4.2'
<dependency org="io.smallrye.config.examples" name="interceptors" rev="2.4.2">
<artifact name="interceptors" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.smallrye.config.examples', module='interceptors', version='2.4.2')
)
libraryDependencies += "io.smallrye.config.examples" % "interceptors" % "2.4.2"
[io.smallrye.config.examples/interceptors "2.4.2"]
Group / Artifact | Type | Version |
---|---|---|
io.smallrye.config : smallrye-config | jar | 2.4.2 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.7.2 |
org.jboss.weld : weld-junit5 | jar | 2.0.2.Final |