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