Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.github.rmannibucau |
ArtifactId | ArtifactIdplayx-microprofile-config |
Version | Version0.0.10 |
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.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rmannibucau/playx-microprofile-config/
implementation 'com.github.rmannibucau:playx-microprofile-config:0.0.10'
// https://jarcasting.com/artifacts/com.github.rmannibucau/playx-microprofile-config/
implementation ("com.github.rmannibucau:playx-microprofile-config:0.0.10")
'com.github.rmannibucau:playx-microprofile-config:jar:0.0.10'
<dependency org="com.github.rmannibucau" name="playx-microprofile-config" rev="0.0.10">
<artifact name="playx-microprofile-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rmannibucau', module='playx-microprofile-config', version='0.0.10')
)
libraryDependencies += "com.github.rmannibucau" % "playx-microprofile-config" % "0.0.10"
[com.github.rmannibucau/playx-microprofile-config "0.0.10"]