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