Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdio.github.portlek |
ArtifactId | ArtifactIdconfigs-core |
Version | Version4.7.5 |
Type | Typejar |
Filename | Size |
---|---|
configs-core-4.7.5.pom | |
configs-core-4.7.5.jar | 267 KB |
configs-core-4.7.5-sources.jar | 112 KB |
configs-core-4.7.5-javadoc.jar | 532 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.portlek/configs-core/ -->
<dependency>
<groupId>io.github.portlek</groupId>
<artifactId>configs-core</artifactId>
<version>4.7.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.portlek/configs-core/
implementation 'io.github.portlek:configs-core:4.7.5'
// https://jarcasting.com/artifacts/io.github.portlek/configs-core/
implementation ("io.github.portlek:configs-core:4.7.5")
'io.github.portlek:configs-core:jar:4.7.5'
<dependency org="io.github.portlek" name="configs-core" rev="4.7.5">
<artifact name="configs-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.portlek', module='configs-core', version='4.7.5')
)
libraryDependencies += "io.github.portlek" % "configs-core" % "4.7.5"
[io.github.portlek/configs-core "4.7.5"]