Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.hypertino |
ArtifactId | ArtifactIdtypesafe-config-binders_2.11 |
Version | Version0.2.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.hypertino/typesafe-config-binders_2.11/ -->
<dependency>
<groupId>com.hypertino</groupId>
<artifactId>typesafe-config-binders_2.11</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.hypertino/typesafe-config-binders_2.11/
implementation 'com.hypertino:typesafe-config-binders_2.11:0.2.0'
// https://jarcasting.com/artifacts/com.hypertino/typesafe-config-binders_2.11/
implementation ("com.hypertino:typesafe-config-binders_2.11:0.2.0")
'com.hypertino:typesafe-config-binders_2.11:jar:0.2.0'
<dependency org="com.hypertino" name="typesafe-config-binders_2.11" rev="0.2.0">
<artifact name="typesafe-config-binders_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hypertino', module='typesafe-config-binders_2.11', version='0.2.0')
)
libraryDependencies += "com.hypertino" % "typesafe-config-binders_2.11" % "0.2.0"
[com.hypertino/typesafe-config-binders_2.11 "0.2.0"]