This is the Maven parent POM for all richtercloud.de containing mostly shared static code analysis configuration.
| License | License | 
|---|---|
| GroupId | GroupIdde.richtercloud | 
| ArtifactId | ArtifactIdswing-worker-get-wait-dialog | 
| Last Version | Last Version1.2 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionThis is the Maven parent POM for all richtercloud.de containing
        mostly shared static code analysis configuration. | 
<!-- https://jarcasting.com/artifacts/de.richtercloud/swing-worker-get-wait-dialog/ -->
<dependency>
    <groupId>de.richtercloud</groupId>
    <artifactId>swing-worker-get-wait-dialog</artifactId>
    <version>1.2</version>
</dependency>// https://jarcasting.com/artifacts/de.richtercloud/swing-worker-get-wait-dialog/
implementation 'de.richtercloud:swing-worker-get-wait-dialog:1.2'// https://jarcasting.com/artifacts/de.richtercloud/swing-worker-get-wait-dialog/
implementation ("de.richtercloud:swing-worker-get-wait-dialog:1.2")'de.richtercloud:swing-worker-get-wait-dialog:jar:1.2'<dependency org="de.richtercloud" name="swing-worker-get-wait-dialog" rev="1.2">
  <artifact name="swing-worker-get-wait-dialog" type="jar" />
</dependency>@Grapes(
@Grab(group='de.richtercloud', module='swing-worker-get-wait-dialog', version='1.2')
)libraryDependencies += "de.richtercloud" % "swing-worker-get-wait-dialog" % "1.2"[de.richtercloud/swing-worker-get-wait-dialog "1.2"]This is the Maven parent POM for all richtercloud.de containing mostly shared static code analysis configuration.