License |
License |
---|---|
Categories |
CategoriesScala Languages config Application Layer Libs Configuration |
GroupId | GroupIdcom.github.andyglow |
ArtifactId | ArtifactIdtypesafe-config-scala_2.13 |
Version | Version2.0.0 |
Type | Typejar |
Description |
Descriptiontypesafe-config-scala
typesafe-config-scala
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.andyglow/typesafe-config-scala_2.13/ -->
<dependency>
<groupId>com.github.andyglow</groupId>
<artifactId>typesafe-config-scala_2.13</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.andyglow/typesafe-config-scala_2.13/
implementation 'com.github.andyglow:typesafe-config-scala_2.13:2.0.0'
// https://jarcasting.com/artifacts/com.github.andyglow/typesafe-config-scala_2.13/
implementation ("com.github.andyglow:typesafe-config-scala_2.13:2.0.0")
'com.github.andyglow:typesafe-config-scala_2.13:jar:2.0.0'
<dependency org="com.github.andyglow" name="typesafe-config-scala_2.13" rev="2.0.0">
<artifact name="typesafe-config-scala_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.andyglow', module='typesafe-config-scala_2.13', version='2.0.0')
)
libraryDependencies += "com.github.andyglow" % "typesafe-config-scala_2.13" % "2.0.0"
[com.github.andyglow/typesafe-config-scala_2.13 "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.13.4 |
com.typesafe : config | jar | 1.4.1 |
Group / Artifact | Type | Version |
---|---|---|
org.scalatest : scalatest_2.13 | jar | 3.2.9 |