wait-plugin

A maven plugin that will wait for an http resource to become available.

License

License

GroupId

GroupId

se.thinkcode.wait
ArtifactId

ArtifactId

wait-plugin
Last Version

Last Version

1.2.0
Release Date

Release Date

Type

Type

pom
Description

Description

wait-plugin
A maven plugin that will wait for an http resource to become available.
Project URL

Project URL

https://github.com/tsundberg/maven-wait-plugin
Source Code Management

Source Code Management

https://github.com/tsundberg/maven-wait-plugin

Download wait-plugin

Filename Size
wait-plugin-1.2.0.pom 4 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/se.thinkcode.wait/wait-plugin/ -->
<dependency>
    <groupId>se.thinkcode.wait</groupId>
    <artifactId>wait-plugin</artifactId>
    <version>1.2.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/se.thinkcode.wait/wait-plugin/
implementation 'se.thinkcode.wait:wait-plugin:1.2.0'
// https://jarcasting.com/artifacts/se.thinkcode.wait/wait-plugin/
implementation ("se.thinkcode.wait:wait-plugin:1.2.0")
'se.thinkcode.wait:wait-plugin:pom:1.2.0'
<dependency org="se.thinkcode.wait" name="wait-plugin" rev="1.2.0">
  <artifact name="wait-plugin" type="pom" />
</dependency>
@Grapes(
@Grab(group='se.thinkcode.wait', module='wait-plugin', version='1.2.0')
)
libraryDependencies += "se.thinkcode.wait" % "wait-plugin" % "1.2.0"
[se.thinkcode.wait/wait-plugin "1.2.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • http
  • test

Versions

Version
1.2.0
1.1.1
1.1.0
1.0.0