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