Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.pongsky.kit |
ArtifactId | ArtifactIdconfig-core |
Version | Version2.5.6-1.1.3 |
Type | Typepom |
Filename | Size |
---|---|
config-core-2.5.6-1.1.3.pom | |
config-core-2.5.6-1.1.3-sources.jar | 20 KB |
config-core-2.5.6-1.1.3-plain.jar | 33 KB |
config-core-2.5.6-1.1.3-javadoc.jar | 503 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.pongsky.kit/config-core/ -->
<dependency>
<groupId>com.pongsky.kit</groupId>
<artifactId>config-core</artifactId>
<version>2.5.6-1.1.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.pongsky.kit/config-core/
implementation 'com.pongsky.kit:config-core:2.5.6-1.1.3'
// https://jarcasting.com/artifacts/com.pongsky.kit/config-core/
implementation ("com.pongsky.kit:config-core:2.5.6-1.1.3")
'com.pongsky.kit:config-core:pom:2.5.6-1.1.3'
<dependency org="com.pongsky.kit" name="config-core" rev="2.5.6-1.1.3">
<artifact name="config-core" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.pongsky.kit', module='config-core', version='2.5.6-1.1.3')
)
libraryDependencies += "com.pongsky.kit" % "config-core" % "2.5.6-1.1.3"
[com.pongsky.kit/config-core "2.5.6-1.1.3"]