| Categories |
Categoriesconfig Application Layer Libs Configuration |
|---|---|
| GroupId | GroupIdcom.github.mstream-trader |
| ArtifactId | ArtifactIdcommons-config |
| Version | Version1.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| commons-config-1.3.pom | |
| commons-config-1.3.jar | 10 KB |
| commons-config-1.3-sources.jar | 7 KB |
| commons-config-1.3-javadoc.jar | 53 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.mstream-trader/commons-config/ -->
<dependency>
<groupId>com.github.mstream-trader</groupId>
<artifactId>commons-config</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mstream-trader/commons-config/
implementation 'com.github.mstream-trader:commons-config:1.3'
// https://jarcasting.com/artifacts/com.github.mstream-trader/commons-config/
implementation ("com.github.mstream-trader:commons-config:1.3")
'com.github.mstream-trader:commons-config:jar:1.3'
<dependency org="com.github.mstream-trader" name="commons-config" rev="1.3">
<artifact name="commons-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mstream-trader', module='commons-config', version='1.3')
)
libraryDependencies += "com.github.mstream-trader" % "commons-config" % "1.3"
[com.github.mstream-trader/commons-config "1.3"]