| Лицензия |
Лицензия |
|---|---|
| Категории |
Категорииconfig Библиотеки уровня приложения Configuration |
| Группа | Группаio.smallrye.config.examples |
| Идентификатор | Идентификаторprofiles |
| Версия | Версия2.6.0 |
| Тип | Типjar |
| Описание |
ОписаниеSmallRye Config Examples: Profiles
SmallRye Parent POM
|
| Имя Файла | Размер |
|---|---|
| profiles-2.6.0.pom | |
| profiles-2.6.0.jar | 4 KB |
| profiles-2.6.0-sources.jar | 3 KB |
| profiles-2.6.0-javadoc.jar | 27 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.smallrye.config.examples/profiles/ -->
<dependency>
<groupId>io.smallrye.config.examples</groupId>
<artifactId>profiles</artifactId>
<version>2.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye.config.examples/profiles/
implementation 'io.smallrye.config.examples:profiles:2.6.0'
// https://jarcasting.com/artifacts/io.smallrye.config.examples/profiles/
implementation ("io.smallrye.config.examples:profiles:2.6.0")
'io.smallrye.config.examples:profiles:jar:2.6.0'
<dependency org="io.smallrye.config.examples" name="profiles" rev="2.6.0">
<artifact name="profiles" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.smallrye.config.examples', module='profiles', version='2.6.0')
)
libraryDependencies += "io.smallrye.config.examples" % "profiles" % "2.6.0"
[io.smallrye.config.examples/profiles "2.6.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.smallrye.config : smallrye-config | jar | 2.6.0 |
| jakarta.enterprise : jakarta.enterprise.cdi-api | jar | 2.0.2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.7.2 |
| org.jboss.weld : weld-junit5 | jar | 2.0.2.Final |