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