Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdio.smallrye.config.examples |
ArtifactId | ArtifactIdprofiles |
Version | Version1.8.6 |
Type | Typejar |
Filename | Size |
---|---|
profiles-1.8.6.pom | |
profiles-1.8.6.jar | 4 KB |
profiles-1.8.6-sources.jar | 3 KB |
profiles-1.8.6-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>1.8.6</version>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye.config.examples/profiles/
implementation 'io.smallrye.config.examples:profiles:1.8.6'
// https://jarcasting.com/artifacts/io.smallrye.config.examples/profiles/
implementation ("io.smallrye.config.examples:profiles:1.8.6")
'io.smallrye.config.examples:profiles:jar:1.8.6'
<dependency org="io.smallrye.config.examples" name="profiles" rev="1.8.6">
<artifact name="profiles" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.smallrye.config.examples', module='profiles', version='1.8.6')
)
libraryDependencies += "io.smallrye.config.examples" % "profiles" % "1.8.6"
[io.smallrye.config.examples/profiles "1.8.6"]