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