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