Cyc Maven Resources
This repository collects general Maven resources such as parent POMs, archetypes, etc.
Further Documentation
For more information about Cyc open source software, visit the Cyc Developer Center.
License |
License |
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration |
GroupId | GroupIdcom.cyc |
ArtifactId | ArtifactIdcyc-default-config-parent |
Last Version | Last Version1.2.2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionDefault 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.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
cyc-default-config-parent-1.2.2.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.2.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.cyc/cyc-default-config-parent/
implementation 'com.cyc:cyc-default-config-parent:1.2.2'
// https://jarcasting.com/artifacts/com.cyc/cyc-default-config-parent/
implementation ("com.cyc:cyc-default-config-parent:1.2.2")
'com.cyc:cyc-default-config-parent:pom:1.2.2'
<dependency org="com.cyc" name="cyc-default-config-parent" rev="1.2.2">
<artifact name="cyc-default-config-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.cyc', module='cyc-default-config-parent', version='1.2.2')
)
libraryDependencies += "com.cyc" % "cyc-default-config-parent" % "1.2.2"
[com.cyc/cyc-default-config-parent "1.2.2"]
This repository collects general Maven resources such as parent POMs, archetypes, etc.
For more information about Cyc open source software, visit the Cyc Developer Center.
Version |
---|
1.2.2
|
1.2.1
|
1.2.0
|
1.1.1
|
1.1.0
|
1.0.0
|
1.0.0-rc9.0
|
1.0.0-rc8.0
|
1.0.0-rc7.0
|
1.0.0-rc6
|
1.0.0-rc2
|
1.0.0-rc1
|
0.2.0
|
0.1.0
|