Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.github.gitssie |
ArtifactId | ArtifactIdplay-config_2.12 |
Version | Version2.6.8 |
Type | Typejar |
Filename | Size |
---|---|
play-config_2.12-2.6.8.pom | |
play-config_2.12-2.6.8.jar | 33 KB |
play-config_2.12-2.6.8-sources.jar | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.gitssie/play-config_2.12/ -->
<dependency>
<groupId>com.github.gitssie</groupId>
<artifactId>play-config_2.12</artifactId>
<version>2.6.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gitssie/play-config_2.12/
implementation 'com.github.gitssie:play-config_2.12:2.6.8'
// https://jarcasting.com/artifacts/com.github.gitssie/play-config_2.12/
implementation ("com.github.gitssie:play-config_2.12:2.6.8")
'com.github.gitssie:play-config_2.12:jar:2.6.8'
<dependency org="com.github.gitssie" name="play-config_2.12" rev="2.6.8">
<artifact name="play-config_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gitssie', module='play-config_2.12', version='2.6.8')
)
libraryDependencies += "com.github.gitssie" % "play-config_2.12" % "2.6.8"
[com.github.gitssie/play-config_2.12 "2.6.8"]