Categories |
CategoriesConfiguration Application Layer Libs config |
---|---|
GroupId | GroupIdcom.wealdtech |
ArtifactId | ArtifactIdwealdtech-configuration |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.wealdtech/wealdtech-configuration/ -->
<dependency>
<groupId>com.wealdtech</groupId>
<artifactId>wealdtech-configuration</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.wealdtech/wealdtech-configuration/
implementation 'com.wealdtech:wealdtech-configuration:1.0.0'
// https://jarcasting.com/artifacts/com.wealdtech/wealdtech-configuration/
implementation ("com.wealdtech:wealdtech-configuration:1.0.0")
'com.wealdtech:wealdtech-configuration:jar:1.0.0'
<dependency org="com.wealdtech" name="wealdtech-configuration" rev="1.0.0">
<artifact name="wealdtech-configuration" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wealdtech', module='wealdtech-configuration', version='1.0.0')
)
libraryDependencies += "com.wealdtech" % "wealdtech-configuration" % "1.0.0"
[com.wealdtech/wealdtech-configuration "1.0.0"]