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