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