License |
License |
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration |
GroupId | GroupIdio.smallrye.config.examples |
ArtifactId | ArtifactIdprofiles |
Version | Version2.4.3 |
Type | Typejar |
Description |
DescriptionSmallRye Config Examples: Profiles
SmallRye Parent POM
|
Filename | Size |
---|---|
profiles-2.4.3.pom | |
profiles-2.4.3.jar | 4 KB |
profiles-2.4.3-sources.jar | 3 KB |
profiles-2.4.3-javadoc.jar | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.smallrye.config.examples/profiles/ -->
<dependency>
<groupId>io.smallrye.config.examples</groupId>
<artifactId>profiles</artifactId>
<version>2.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye.config.examples/profiles/
implementation 'io.smallrye.config.examples:profiles:2.4.3'
// https://jarcasting.com/artifacts/io.smallrye.config.examples/profiles/
implementation ("io.smallrye.config.examples:profiles:2.4.3")
'io.smallrye.config.examples:profiles:jar:2.4.3'
<dependency org="io.smallrye.config.examples" name="profiles" rev="2.4.3">
<artifact name="profiles" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.smallrye.config.examples', module='profiles', version='2.4.3')
)
libraryDependencies += "io.smallrye.config.examples" % "profiles" % "2.4.3"
[io.smallrye.config.examples/profiles "2.4.3"]
Group / Artifact | Type | Version |
---|---|---|
io.smallrye.config : smallrye-config | jar | 2.4.3 |
jakarta.enterprise : jakarta.enterprise.cdi-api | jar | 2.0.2 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.7.2 |
org.jboss.weld : weld-junit5 | jar | 2.0.2.Final |