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