Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.github.jeffreyning |
ArtifactId | ArtifactIdnh-micro-config |
Version | Version0.0.1-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.jeffreyning/nh-micro-config/ -->
<dependency>
<groupId>com.github.jeffreyning</groupId>
<artifactId>nh-micro-config</artifactId>
<version>0.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jeffreyning/nh-micro-config/
implementation 'com.github.jeffreyning:nh-micro-config:0.0.1-RELEASE'
// https://jarcasting.com/artifacts/com.github.jeffreyning/nh-micro-config/
implementation ("com.github.jeffreyning:nh-micro-config:0.0.1-RELEASE")
'com.github.jeffreyning:nh-micro-config:jar:0.0.1-RELEASE'
<dependency org="com.github.jeffreyning" name="nh-micro-config" rev="0.0.1-RELEASE">
<artifact name="nh-micro-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jeffreyning', module='nh-micro-config', version='0.0.1-RELEASE')
)
libraryDependencies += "com.github.jeffreyning" % "nh-micro-config" % "0.0.1-RELEASE"
[com.github.jeffreyning/nh-micro-config "0.0.1-RELEASE"]