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