Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.github.rmannibucau |
ArtifactId | ArtifactIdplayx-microprofile-config |
Version | Version0.0.9 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.rmannibucau/playx-microprofile-config/ -->
<dependency>
<groupId>com.github.rmannibucau</groupId>
<artifactId>playx-microprofile-config</artifactId>
<version>0.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rmannibucau/playx-microprofile-config/
implementation 'com.github.rmannibucau:playx-microprofile-config:0.0.9'
// https://jarcasting.com/artifacts/com.github.rmannibucau/playx-microprofile-config/
implementation ("com.github.rmannibucau:playx-microprofile-config:0.0.9")
'com.github.rmannibucau:playx-microprofile-config:jar:0.0.9'
<dependency org="com.github.rmannibucau" name="playx-microprofile-config" rev="0.0.9">
<artifact name="playx-microprofile-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rmannibucau', module='playx-microprofile-config', version='0.0.9')
)
libraryDependencies += "com.github.rmannibucau" % "playx-microprofile-config" % "0.0.9"
[com.github.rmannibucau/playx-microprofile-config "0.0.9"]