Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdorg.bardframework.commons |
ArtifactId | ArtifactIdcommon-config |
Version | Version1.3.4 |
Type | Typejar |
Filename | Size |
---|---|
common-config-1.3.4.pom | |
common-config-1.3.4.jar | 7 KB |
common-config-1.3.4-sources.jar | 4 KB |
common-config-1.3.4-javadoc.jar | 117 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bardframework.commons/common-config/ -->
<dependency>
<groupId>org.bardframework.commons</groupId>
<artifactId>common-config</artifactId>
<version>1.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.bardframework.commons/common-config/
implementation 'org.bardframework.commons:common-config:1.3.4'
// https://jarcasting.com/artifacts/org.bardframework.commons/common-config/
implementation ("org.bardframework.commons:common-config:1.3.4")
'org.bardframework.commons:common-config:jar:1.3.4'
<dependency org="org.bardframework.commons" name="common-config" rev="1.3.4">
<artifact name="common-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bardframework.commons', module='common-config', version='1.3.4')
)
libraryDependencies += "org.bardframework.commons" % "common-config" % "1.3.4"
[org.bardframework.commons/common-config "1.3.4"]