Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdio.github.portlek |
ArtifactId | ArtifactIdconfigs-parent |
Version | Version1.0-test |
Type | Typejar |
Filename | Size |
---|---|
configs-parent-1.0-test.pom | |
configs-parent-1.0-test.jar | 5 KB |
configs-parent-1.0-test-tests.jar | 261 bytes |
configs-parent-1.0-test-sources.jar | 8 KB |
configs-parent-1.0-test-javadoc.jar | 401 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.portlek/configs-parent/ -->
<dependency>
<groupId>io.github.portlek</groupId>
<artifactId>configs-parent</artifactId>
<version>1.0-test</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.portlek/configs-parent/
implementation 'io.github.portlek:configs-parent:1.0-test'
// https://jarcasting.com/artifacts/io.github.portlek/configs-parent/
implementation ("io.github.portlek:configs-parent:1.0-test")
'io.github.portlek:configs-parent:jar:1.0-test'
<dependency org="io.github.portlek" name="configs-parent" rev="1.0-test">
<artifact name="configs-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.portlek', module='configs-parent', version='1.0-test')
)
libraryDependencies += "io.github.portlek" % "configs-parent" % "1.0-test"
[io.github.portlek/configs-parent "1.0-test"]