| License |
License |
|---|---|
| GroupId | GroupIdse.thinkcode.wait |
| ArtifactId | ArtifactIdwait-plugin |
| Version | Version1.1.1 |
| Type | Typepom |
| Description |
Descriptionwait-plugin
A maven plugin that will wait for an http resource to become available.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| wait-plugin-1.1.1.pom | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/se.thinkcode.wait/wait-plugin/ -->
<dependency>
<groupId>se.thinkcode.wait</groupId>
<artifactId>wait-plugin</artifactId>
<version>1.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/se.thinkcode.wait/wait-plugin/
implementation 'se.thinkcode.wait:wait-plugin:1.1.1'
// https://jarcasting.com/artifacts/se.thinkcode.wait/wait-plugin/
implementation ("se.thinkcode.wait:wait-plugin:1.1.1")
'se.thinkcode.wait:wait-plugin:pom:1.1.1'
<dependency org="se.thinkcode.wait" name="wait-plugin" rev="1.1.1">
<artifact name="wait-plugin" type="pom" />
</dependency>
@Grapes(
@Grab(group='se.thinkcode.wait', module='wait-plugin', version='1.1.1')
)
libraryDependencies += "se.thinkcode.wait" % "wait-plugin" % "1.1.1"
[se.thinkcode.wait/wait-plugin "1.1.1"]