License |
License |
---|---|
Categories |
CategoriesScala Languages config Application Layer Libs Configuration |
GroupId | GroupIdcom.geishatokyo |
ArtifactId | ArtifactIdtypesafeconfig-scala_2.11 |
Version | Version0.1.0 |
Type | Typejar |
Description |
Descriptiontypesafeconfig-scala
typesafeconfig-scala
|
Project URL |
Project URL |
Project Organization |
Project Organizationcom.geishatokyo |
<!-- https://jarcasting.com/artifacts/com.geishatokyo/typesafeconfig-scala_2.11/ -->
<dependency>
<groupId>com.geishatokyo</groupId>
<artifactId>typesafeconfig-scala_2.11</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.geishatokyo/typesafeconfig-scala_2.11/
implementation 'com.geishatokyo:typesafeconfig-scala_2.11:0.1.0'
// https://jarcasting.com/artifacts/com.geishatokyo/typesafeconfig-scala_2.11/
implementation ("com.geishatokyo:typesafeconfig-scala_2.11:0.1.0")
'com.geishatokyo:typesafeconfig-scala_2.11:jar:0.1.0'
<dependency org="com.geishatokyo" name="typesafeconfig-scala_2.11" rev="0.1.0">
<artifact name="typesafeconfig-scala_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.geishatokyo', module='typesafeconfig-scala_2.11', version='0.1.0')
)
libraryDependencies += "com.geishatokyo" % "typesafeconfig-scala_2.11" % "0.1.0"
[com.geishatokyo/typesafeconfig-scala_2.11 "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.11.8 |
org.scala-lang : scala-reflect | jar | 2.11.8 |
Group / Artifact | Type | Version |
---|---|---|
com.typesafe : config | jar | 1.3.1 |
Group / Artifact | Type | Version |
---|---|---|
org.scalatest : scalatest_2.11 | jar | 3.0.1 |