License |
License |
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration |
GroupId | GroupIdcom.configx |
ArtifactId | ArtifactIdconfigx-parent |
Version | Version1.0.0 |
Type | Typepom |
Description |
DescriptionConfigx Parent
Configx Parent
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
configx-parent-1.0.0.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.configx/configx-parent/ -->
<dependency>
<groupId>com.configx</groupId>
<artifactId>configx-parent</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.configx/configx-parent/
implementation 'com.configx:configx-parent:1.0.0'
// https://jarcasting.com/artifacts/com.configx/configx-parent/
implementation ("com.configx:configx-parent:1.0.0")
'com.configx:configx-parent:pom:1.0.0'
<dependency org="com.configx" name="configx-parent" rev="1.0.0">
<artifact name="configx-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.configx', module='configx-parent', version='1.0.0')
)
libraryDependencies += "com.configx" % "configx-parent" % "1.0.0"
[com.configx/configx-parent "1.0.0"]