Categories |
CategoriesNet config Application Layer Libs Configuration |
---|---|
GroupId | GroupIdnet.sf.ebus |
ArtifactId | ArtifactIdconfig |
Version | Version5.3.0 |
Type | Typejar |
Filename | Size |
---|---|
config-5.3.0.pom | |
config-5.3.0.jar | 57 KB |
config-5.3.0-sources.jar | 57 KB |
config-5.3.0-javadoc.jar | 190 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.ebus/config/ -->
<dependency>
<groupId>net.sf.ebus</groupId>
<artifactId>config</artifactId>
<version>5.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.ebus/config/
implementation 'net.sf.ebus:config:5.3.0'
// https://jarcasting.com/artifacts/net.sf.ebus/config/
implementation ("net.sf.ebus:config:5.3.0")
'net.sf.ebus:config:jar:5.3.0'
<dependency org="net.sf.ebus" name="config" rev="5.3.0">
<artifact name="config" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.ebus', module='config', version='5.3.0')
)
libraryDependencies += "net.sf.ebus" % "config" % "5.3.0"
[net.sf.ebus/config "5.3.0"]