Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.cyc |
ArtifactId | ArtifactIdcyc-default-config-parent |
Version | Version0.1.0 |
Type | Typepom |
Filename | Size |
---|---|
cyc-default-config-parent-0.1.0.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cyc/cyc-default-config-parent/ -->
<dependency>
<groupId>com.cyc</groupId>
<artifactId>cyc-default-config-parent</artifactId>
<version>0.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.cyc/cyc-default-config-parent/
implementation 'com.cyc:cyc-default-config-parent:0.1.0'
// https://jarcasting.com/artifacts/com.cyc/cyc-default-config-parent/
implementation ("com.cyc:cyc-default-config-parent:0.1.0")
'com.cyc:cyc-default-config-parent:pom:0.1.0'
<dependency org="com.cyc" name="cyc-default-config-parent" rev="0.1.0">
<artifact name="cyc-default-config-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.cyc', module='cyc-default-config-parent', version='0.1.0')
)
libraryDependencies += "com.cyc" % "cyc-default-config-parent" % "0.1.0"
[com.cyc/cyc-default-config-parent "0.1.0"]