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