Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.github.phillip-kruger.microprofile-extentions |
ArtifactId | ArtifactIdconfig-converters |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
config-converters-1.0.1.pom | |
config-converters-1.0.1.jar | 6 KB |
config-converters-1.0.1-sources.jar | 5 KB |
config-converters-1.0.1-javadoc.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.phillip-kruger.microprofile-extentions/config-converters/ -->
<dependency>
<groupId>com.github.phillip-kruger.microprofile-extentions</groupId>
<artifactId>config-converters</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.phillip-kruger.microprofile-extentions/config-converters/
implementation 'com.github.phillip-kruger.microprofile-extentions:config-converters:1.0.1'
// https://jarcasting.com/artifacts/com.github.phillip-kruger.microprofile-extentions/config-converters/
implementation ("com.github.phillip-kruger.microprofile-extentions:config-converters:1.0.1")
'com.github.phillip-kruger.microprofile-extentions:config-converters:jar:1.0.1'
<dependency org="com.github.phillip-kruger.microprofile-extentions" name="config-converters" rev="1.0.1">
<artifact name="config-converters" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.phillip-kruger.microprofile-extentions', module='config-converters', version='1.0.1')
)
libraryDependencies += "com.github.phillip-kruger.microprofile-extentions" % "config-converters" % "1.0.1"
[com.github.phillip-kruger.microprofile-extentions/config-converters "1.0.1"]