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