| GroupId | GroupIdorg.bedework |
|---|---|
| ArtifactId | ArtifactIdbw-util-options |
| Version | Version4.1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| bw-util-options-4.1.0.pom | |
| bw-util-options-4.1.0.jar | 13 KB |
| bw-util-options-4.1.0-sources.jar | 10 KB |
| bw-util-options-4.1.0-javadoc.jar | 427 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.bedework/bw-util-options/ -->
<dependency>
<groupId>org.bedework</groupId>
<artifactId>bw-util-options</artifactId>
<version>4.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.bedework/bw-util-options/
implementation 'org.bedework:bw-util-options:4.1.0'
// https://jarcasting.com/artifacts/org.bedework/bw-util-options/
implementation ("org.bedework:bw-util-options:4.1.0")
'org.bedework:bw-util-options:jar:4.1.0'
<dependency org="org.bedework" name="bw-util-options" rev="4.1.0">
<artifact name="bw-util-options" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bedework', module='bw-util-options', version='4.1.0')
)
libraryDependencies += "org.bedework" % "bw-util-options" % "4.1.0"
[org.bedework/bw-util-options "4.1.0"]