Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.codekutter.zconfig |
ArtifactId | ArtifactIdzconfig-common |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
zconfig-common-1.0.2.pom | |
zconfig-common-1.0.2.jar | 159 KB |
zconfig-common-1.0.2-sources.jar | 145 KB |
zconfig-common-1.0.2-javadoc.jar | 615 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.codekutter.zconfig/zconfig-common/ -->
<dependency>
<groupId>com.codekutter.zconfig</groupId>
<artifactId>zconfig-common</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.codekutter.zconfig/zconfig-common/
implementation 'com.codekutter.zconfig:zconfig-common:1.0.2'
// https://jarcasting.com/artifacts/com.codekutter.zconfig/zconfig-common/
implementation ("com.codekutter.zconfig:zconfig-common:1.0.2")
'com.codekutter.zconfig:zconfig-common:jar:1.0.2'
<dependency org="com.codekutter.zconfig" name="zconfig-common" rev="1.0.2">
<artifact name="zconfig-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.codekutter.zconfig', module='zconfig-common', version='1.0.2')
)
libraryDependencies += "com.codekutter.zconfig" % "zconfig-common" % "1.0.2"
[com.codekutter.zconfig/zconfig-common "1.0.2"]