Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdio.smallrye.config.examples |
ArtifactId | ArtifactIdprofiles |
Version | Version2.9.2 |
Type | Typejar |
Filename | Size |
---|---|
profiles-2.9.2.pom | |
profiles-2.9.2.jar | 4 KB |
profiles-2.9.2-sources.jar | 3 KB |
profiles-2.9.2-javadoc.jar | 394 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.smallrye.config.examples/profiles/ -->
<dependency>
<groupId>io.smallrye.config.examples</groupId>
<artifactId>profiles</artifactId>
<version>2.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye.config.examples/profiles/
implementation 'io.smallrye.config.examples:profiles:2.9.2'
// https://jarcasting.com/artifacts/io.smallrye.config.examples/profiles/
implementation ("io.smallrye.config.examples:profiles:2.9.2")
'io.smallrye.config.examples:profiles:jar:2.9.2'
<dependency org="io.smallrye.config.examples" name="profiles" rev="2.9.2">
<artifact name="profiles" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.smallrye.config.examples', module='profiles', version='2.9.2')
)
libraryDependencies += "io.smallrye.config.examples" % "profiles" % "2.9.2"
[io.smallrye.config.examples/profiles "2.9.2"]