| License |
License |
|---|---|
| GroupId | GroupIdorg.bedework |
| ArtifactId | ArtifactIdbw-util-conf |
| Last Version | Last Version5.0.2 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionBedework: configuration utils
This project provides a number of utility configuration classes and methods
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| bw-util-conf-5.0.2.pom | 7 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.bedework/bw-util-conf/ -->
<dependency>
<groupId>org.bedework</groupId>
<artifactId>bw-util-conf</artifactId>
<version>5.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.bedework/bw-util-conf/
implementation 'org.bedework:bw-util-conf:5.0.2'
// https://jarcasting.com/artifacts/org.bedework/bw-util-conf/
implementation ("org.bedework:bw-util-conf:5.0.2")
'org.bedework:bw-util-conf:pom:5.0.2'
<dependency org="org.bedework" name="bw-util-conf" rev="5.0.2">
<artifact name="bw-util-conf" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.bedework', module='bw-util-conf', version='5.0.2')
)
libraryDependencies += "org.bedework" % "bw-util-conf" % "5.0.2"
[org.bedework/bw-util-conf "5.0.2"]