License |
License |
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration |
GroupId | GroupIdcom.github.sursmobil |
ArtifactId | ArtifactIdtouchy-typesafe-config |
Version | Version0.1.0 |
Type | Typejar |
Description |
DescriptionTouchy Typesafe Config
Support for Typesafe Config in Touchy
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.sursmobil/touchy-typesafe-config/ -->
<dependency>
<groupId>com.github.sursmobil</groupId>
<artifactId>touchy-typesafe-config</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sursmobil/touchy-typesafe-config/
implementation 'com.github.sursmobil:touchy-typesafe-config:0.1.0'
// https://jarcasting.com/artifacts/com.github.sursmobil/touchy-typesafe-config/
implementation ("com.github.sursmobil:touchy-typesafe-config:0.1.0")
'com.github.sursmobil:touchy-typesafe-config:jar:0.1.0'
<dependency org="com.github.sursmobil" name="touchy-typesafe-config" rev="0.1.0">
<artifact name="touchy-typesafe-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sursmobil', module='touchy-typesafe-config', version='0.1.0')
)
libraryDependencies += "com.github.sursmobil" % "touchy-typesafe-config" % "0.1.0"
[com.github.sursmobil/touchy-typesafe-config "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.sursmobil : touchy | jar | 0.1.0 |
com.typesafe : config | jar | 1.3.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |