is not current version
Last Version 1.2.2

com.cyc:cyc-default-config-parent 1.0.0

Provides default properties, dependencyManagement, and pluginManagement for many of Cycorp's open source Java projects. This pom does not mandate the inclusion of any dependencies or plugins, and does not perform a reactor build.

Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

com.cyc
ArtifactId

ArtifactId

cyc-default-config-parent
Version

Version

1.0.0
Type

Type

pom

Download cyc-default-config-parent 1.0.0


<!-- 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</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'
// https://jarcasting.com/artifacts/com.cyc/cyc-default-config-parent/
implementation ("com.cyc:cyc-default-config-parent:1.0.0")
'com.cyc:cyc-default-config-parent:pom:1.0.0'
<dependency org="com.cyc" name="cyc-default-config-parent" rev="1.0.0">
  <artifact name="cyc-default-config-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.cyc', module='cyc-default-config-parent', version='1.0.0')
)
libraryDependencies += "com.cyc" % "cyc-default-config-parent" % "1.0.0"
[com.cyc/cyc-default-config-parent "1.0.0"]