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