c

cyc-default-config-parent

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.
http://dev.cyc.com/
The Apache License, Version 2.0
Cycorp, Inc.
Cycorp API Team
Files download
File Operation
cyc-default-config-parent-1.2.2.pom download
Apache Maven
<dependency>
  <groupId>com.cyc</groupId>
  <artifactId>cyc-default-config-parent</artifactId>
  <version>1.2.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.cyc:cyc-default-config-parent:1.2.2'
Gradle Kotlin
implementation("com.cyc:cyc-default-config-parent:1.2.2")
Scala SBT
libraryDependencies += "com.cyc" % "cyc-default-config-parent" % "1.2.2"
Groovy Grape
@Grapes(
  @Grab(group='com.cyc', module='cyc-default-config-parent', version='1.2.2')
)
Apache Ivy
<dependency org="com.cyc" name="cyc-default-config-parent" rev="1.2.2" />
Leiningen
[com.cyc/cyc-default-config-parent "1.2.2"]
Apache Buildr
'com.cyc:cyc-default-config-parent:jar:1.2.2'