License |
License |
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration |
GroupId | GroupIdcom.cyc |
ArtifactId | ArtifactIdcyc-default-config-parent |
Version | Version1.2.2 |
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 | 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.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"]