Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdorg.bedework |
ArtifactId | ArtifactIdbw-util-config-http |
Version | Version4.0.18 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.bedework/bw-util-config-http/ -->
<dependency>
<groupId>org.bedework</groupId>
<artifactId>bw-util-config-http</artifactId>
<version>4.0.18</version>
</dependency>
// https://jarcasting.com/artifacts/org.bedework/bw-util-config-http/
implementation 'org.bedework:bw-util-config-http:4.0.18'
// https://jarcasting.com/artifacts/org.bedework/bw-util-config-http/
implementation ("org.bedework:bw-util-config-http:4.0.18")
'org.bedework:bw-util-config-http:jar:4.0.18'
<dependency org="org.bedework" name="bw-util-config-http" rev="4.0.18">
<artifact name="bw-util-config-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bedework', module='bw-util-config-http', version='4.0.18')
)
libraryDependencies += "org.bedework" % "bw-util-config-http" % "4.0.18"
[org.bedework/bw-util-config-http "4.0.18"]