Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.github.ddth |
ArtifactId | ArtifactIdddth-commons-typesafeconfig |
Version | Version0.9.1.5 |
Type | Typepom |
Filename | Size |
---|---|
ddth-commons-typesafeconfig-0.9.1.5.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ddth/ddth-commons-typesafeconfig/ -->
<dependency>
<groupId>com.github.ddth</groupId>
<artifactId>ddth-commons-typesafeconfig</artifactId>
<version>0.9.1.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.ddth/ddth-commons-typesafeconfig/
implementation 'com.github.ddth:ddth-commons-typesafeconfig:0.9.1.5'
// https://jarcasting.com/artifacts/com.github.ddth/ddth-commons-typesafeconfig/
implementation ("com.github.ddth:ddth-commons-typesafeconfig:0.9.1.5")
'com.github.ddth:ddth-commons-typesafeconfig:pom:0.9.1.5'
<dependency org="com.github.ddth" name="ddth-commons-typesafeconfig" rev="0.9.1.5">
<artifact name="ddth-commons-typesafeconfig" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.ddth', module='ddth-commons-typesafeconfig', version='0.9.1.5')
)
libraryDependencies += "com.github.ddth" % "ddth-commons-typesafeconfig" % "0.9.1.5"
[com.github.ddth/ddth-commons-typesafeconfig "0.9.1.5"]