| License |
License |
|---|---|
| Categories |
Categoriesconfig Application Layer Libs Configuration |
| GroupId | GroupIdcom.d0x7.utils |
| ArtifactId | ArtifactIdconfig |
| Last Version | Last Version1.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionConfig Module
Some small yet powerful util libraries for easy database access, prompt and json configs
|
| Filename | Size |
|---|---|
| config-1.1.0.pom | |
| config-1.1.0.jar | 2 MB |
| config-1.1.0-sources.jar | 6 KB |
| config-1.1.0-javadoc.jar | 36 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.d0x7.utils/config/ -->
<dependency>
<groupId>com.d0x7.utils</groupId>
<artifactId>config</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.d0x7.utils/config/
implementation 'com.d0x7.utils:config:1.1.0'
// https://jarcasting.com/artifacts/com.d0x7.utils/config/
implementation ("com.d0x7.utils:config:1.1.0")
'com.d0x7.utils:config:jar:1.1.0'
<dependency org="com.d0x7.utils" name="config" rev="1.1.0">
<artifact name="config" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.d0x7.utils', module='config', version='1.1.0')
)
libraryDependencies += "com.d0x7.utils" % "config" % "1.1.0"
[com.d0x7.utils/config "1.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.16.4 |