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