| Categories |
Categoriesconfig Application Layer Libs Configuration |
|---|---|
| GroupId | GroupIdcom.github.kxbmap |
| ArtifactId | ArtifactIdconfigs_2.11 |
| Version | Version0.2.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| configs_2.11-0.2.4.pom | |
| configs_2.11-0.2.4.jar | 77 KB |
| configs_2.11-0.2.4-sources.jar | 5 KB |
| configs_2.11-0.2.4-javadoc.jar | 382 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.kxbmap/configs_2.11/ -->
<dependency>
<groupId>com.github.kxbmap</groupId>
<artifactId>configs_2.11</artifactId>
<version>0.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kxbmap/configs_2.11/
implementation 'com.github.kxbmap:configs_2.11:0.2.4'
// https://jarcasting.com/artifacts/com.github.kxbmap/configs_2.11/
implementation ("com.github.kxbmap:configs_2.11:0.2.4")
'com.github.kxbmap:configs_2.11:jar:0.2.4'
<dependency org="com.github.kxbmap" name="configs_2.11" rev="0.2.4">
<artifact name="configs_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kxbmap', module='configs_2.11', version='0.2.4')
)
libraryDependencies += "com.github.kxbmap" % "configs_2.11" % "0.2.4"
[com.github.kxbmap/configs_2.11 "0.2.4"]