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