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