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