Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.cyc |
ArtifactId | ArtifactIdcyc-default-config-parent |
Version | Version1.1.1 |
Type | Typepom |
Filename | Size |
---|---|
cyc-default-config-parent-1.1.1.pom | 31 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cyc/cyc-default-config-parent/ -->
<dependency>
<groupId>com.cyc</groupId>
<artifactId>cyc-default-config-parent</artifactId>
<version>1.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.cyc/cyc-default-config-parent/
implementation 'com.cyc:cyc-default-config-parent:1.1.1'
// https://jarcasting.com/artifacts/com.cyc/cyc-default-config-parent/
implementation ("com.cyc:cyc-default-config-parent:1.1.1")
'com.cyc:cyc-default-config-parent:pom:1.1.1'
<dependency org="com.cyc" name="cyc-default-config-parent" rev="1.1.1">
<artifact name="cyc-default-config-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.cyc', module='cyc-default-config-parent', version='1.1.1')
)
libraryDependencies += "com.cyc" % "cyc-default-config-parent" % "1.1.1"
[com.cyc/cyc-default-config-parent "1.1.1"]