License |
License |
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration |
GroupId | GroupIdcom.github.bakerln |
ArtifactId | ArtifactIdcommon-config |
Last Version | Last Version1.0.2-RELEASE |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptiona java framework for dev project
|
Filename | Size |
---|---|
common-config-1.0.2-RELEASE.pom | 958 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.bakerln/common-config/ -->
<dependency>
<groupId>com.github.bakerln</groupId>
<artifactId>common-config</artifactId>
<version>1.0.2-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.bakerln/common-config/
implementation 'com.github.bakerln:common-config:1.0.2-RELEASE'
// https://jarcasting.com/artifacts/com.github.bakerln/common-config/
implementation ("com.github.bakerln:common-config:1.0.2-RELEASE")
'com.github.bakerln:common-config:pom:1.0.2-RELEASE'
<dependency org="com.github.bakerln" name="common-config" rev="1.0.2-RELEASE">
<artifact name="common-config" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.bakerln', module='common-config', version='1.0.2-RELEASE')
)
libraryDependencies += "com.github.bakerln" % "common-config" % "1.0.2-RELEASE"
[com.github.bakerln/common-config "1.0.2-RELEASE"]