Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.cyc |
ArtifactId | ArtifactIdcyc-default-config-parent |
Version | Version1.0.0-rc2 |
Type | Typepom |
Filename | Size |
---|---|
cyc-default-config-parent-1.0.0-rc2.pom | 18 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.0.0-rc2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.cyc/cyc-default-config-parent/
implementation 'com.cyc:cyc-default-config-parent:1.0.0-rc2'
// https://jarcasting.com/artifacts/com.cyc/cyc-default-config-parent/
implementation ("com.cyc:cyc-default-config-parent:1.0.0-rc2")
'com.cyc:cyc-default-config-parent:pom:1.0.0-rc2'
<dependency org="com.cyc" name="cyc-default-config-parent" rev="1.0.0-rc2">
<artifact name="cyc-default-config-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.cyc', module='cyc-default-config-parent', version='1.0.0-rc2')
)
libraryDependencies += "com.cyc" % "cyc-default-config-parent" % "1.0.0-rc2"
[com.cyc/cyc-default-config-parent "1.0.0-rc2"]