Last Version

configs-parent 6.0.8

A config project that uses jackson to create simple configuration files.

License

License

Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

io.github.portlek
ArtifactId

ArtifactId

configs-parent
Version

Version

6.0.8
Type

Type

pom
Description

Description

configs-parent
A config project that uses jackson to create simple configuration files.
Project URL

Project URL

https://github.com/portlek/configs
Source Code Management

Source Code Management

https://github.com/portlek/configs

Download configs-parent 6.0.8

Filename Size
configs-parent-6.0.8.pom 3 KB
Browse

<!-- https://jarcasting.com/artifacts/io.github.portlek/configs-parent/ -->
<dependency>
    <groupId>io.github.portlek</groupId>
    <artifactId>configs-parent</artifactId>
    <version>6.0.8</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.portlek/configs-parent/
implementation 'io.github.portlek:configs-parent:6.0.8'
// https://jarcasting.com/artifacts/io.github.portlek/configs-parent/
implementation ("io.github.portlek:configs-parent:6.0.8")
'io.github.portlek:configs-parent:pom:6.0.8'
<dependency org="io.github.portlek" name="configs-parent" rev="6.0.8">
  <artifact name="configs-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.portlek', module='configs-parent', version='6.0.8')
)
libraryDependencies += "io.github.portlek" % "configs-parent" % "6.0.8"
[io.github.portlek/configs-parent "6.0.8"]

Dependencies

provided (2)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.20
org.jetbrains : annotations jar 20.1.0

Project Modules

  • core
  • json
  • yaml
  • bukkit