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