License |
License |
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration |
GroupId | GroupIdcom.electronwill.night-config |
ArtifactId | ArtifactIdcore |
Last Version | Last Version3.6.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionNightConfig core
Powerful, easy-to-use and multi-language configuration library for the JVM - core module
|
Project URL |
Project URL |
Filename | Size |
---|---|
core-3.6.5.pom | |
core-3.6.5.jar | 194 KB |
core-3.6.5-sources.jar | 106 KB |
core-3.6.5-javadoc.jar | 791 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.electronwill.night-config/core/ -->
<dependency>
<groupId>com.electronwill.night-config</groupId>
<artifactId>core</artifactId>
<version>3.6.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.electronwill.night-config/core/
implementation 'com.electronwill.night-config:core:3.6.5'
// https://jarcasting.com/artifacts/com.electronwill.night-config/core/
implementation ("com.electronwill.night-config:core:3.6.5")
'com.electronwill.night-config:core:jar:3.6.5'
<dependency org="com.electronwill.night-config" name="core" rev="3.6.5">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.electronwill.night-config', module='core', version='3.6.5')
)
libraryDependencies += "com.electronwill.night-config" % "core" % "3.6.5"
[com.electronwill.night-config/core "3.6.5"]