License |
License |
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration |
GroupId | GroupIdcom.nixend |
ArtifactId | ArtifactIdmanny-configcenter |
Last Version | Last Version1.2.6 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionParent pom providing dependency and plugin management for applications built with Maven
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
manny-configcenter-1.2.6.pom | 810 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.nixend/manny-configcenter/ -->
<dependency>
<groupId>com.nixend</groupId>
<artifactId>manny-configcenter</artifactId>
<version>1.2.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.nixend/manny-configcenter/
implementation 'com.nixend:manny-configcenter:1.2.6'
// https://jarcasting.com/artifacts/com.nixend/manny-configcenter/
implementation ("com.nixend:manny-configcenter:1.2.6")
'com.nixend:manny-configcenter:pom:1.2.6'
<dependency org="com.nixend" name="manny-configcenter" rev="1.2.6">
<artifact name="manny-configcenter" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.nixend', module='manny-configcenter', version='1.2.6')
)
libraryDependencies += "com.nixend" % "manny-configcenter" % "1.2.6"
[com.nixend/manny-configcenter "1.2.6"]