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