| Категории |
Категорииconfig Библиотеки уровня приложения Configuration |
|---|---|
| Группа | Группаio.smallrye.config.examples |
| Идентификатор | Идентификаторinterceptors |
| Версия | Версия1.8.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| interceptors-1.8.1.pom | |
| interceptors-1.8.1.jar | 3 KB |
| interceptors-1.8.1-sources.jar | 3 KB |
| interceptors-1.8.1-javadoc.jar | 25 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.smallrye.config.examples/interceptors/ -->
<dependency>
<groupId>io.smallrye.config.examples</groupId>
<artifactId>interceptors</artifactId>
<version>1.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye.config.examples/interceptors/
implementation 'io.smallrye.config.examples:interceptors:1.8.1'
// https://jarcasting.com/artifacts/io.smallrye.config.examples/interceptors/
implementation ("io.smallrye.config.examples:interceptors:1.8.1")
'io.smallrye.config.examples:interceptors:jar:1.8.1'
<dependency org="io.smallrye.config.examples" name="interceptors" rev="1.8.1">
<artifact name="interceptors" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.smallrye.config.examples', module='interceptors', version='1.8.1')
)
libraryDependencies += "io.smallrye.config.examples" % "interceptors" % "1.8.1"
[io.smallrye.config.examples/interceptors "1.8.1"]