Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.github.bordertech.config |
ArtifactId | ArtifactIdconfig |
Version | Version1.0.4 |
Type | Typejar |
Filename | Size |
---|---|
config-1.0.4.pom | |
config-1.0.4.jar | 23 KB |
config-1.0.4-tests.jar | 20 KB |
config-1.0.4-test-sources.jar | 9 KB |
config-1.0.4-sources.jar | 18 KB |
config-1.0.4-javadoc.jar | 51 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.bordertech.config/config/ -->
<dependency>
<groupId>com.github.bordertech.config</groupId>
<artifactId>config</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bordertech.config/config/
implementation 'com.github.bordertech.config:config:1.0.4'
// https://jarcasting.com/artifacts/com.github.bordertech.config/config/
implementation ("com.github.bordertech.config:config:1.0.4")
'com.github.bordertech.config:config:jar:1.0.4'
<dependency org="com.github.bordertech.config" name="config" rev="1.0.4">
<artifact name="config" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bordertech.config', module='config', version='1.0.4')
)
libraryDependencies += "com.github.bordertech.config" % "config" % "1.0.4"
[com.github.bordertech.config/config "1.0.4"]