Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdio.smallrye |
ArtifactId | ArtifactIdsmallrye-config-tck |
Version | Version1.3.0 |
Type | Typejar |
Filename | Size |
---|---|
smallrye-config-tck-1.3.0.pom | |
smallrye-config-tck-1.3.0.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.smallrye/smallrye-config-tck/ -->
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-config-tck</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye/smallrye-config-tck/
implementation 'io.smallrye:smallrye-config-tck:1.3.0'
// https://jarcasting.com/artifacts/io.smallrye/smallrye-config-tck/
implementation ("io.smallrye:smallrye-config-tck:1.3.0")
'io.smallrye:smallrye-config-tck:jar:1.3.0'
<dependency org="io.smallrye" name="smallrye-config-tck" rev="1.3.0">
<artifact name="smallrye-config-tck" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.smallrye', module='smallrye-config-tck', version='1.3.0')
)
libraryDependencies += "io.smallrye" % "smallrye-config-tck" % "1.3.0"
[io.smallrye/smallrye-config-tck "1.3.0"]