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