| License |
License |
|---|---|
| GroupId | GroupIdse.thinkcode.wait |
| ArtifactId | ArtifactIdtest |
| Version | Version1.1.1 |
| Type | Typejar |
| Description |
DescriptionA maven plugin that will wait for an http resource to become available.
|
| Filename | Size |
|---|---|
| test-1.1.1.pom | |
| test-1.1.1.jar | 3 KB |
| test-1.1.1-sources.jar | 2 KB |
| test-1.1.1-javadoc.jar | 22 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/se.thinkcode.wait/test/ -->
<dependency>
<groupId>se.thinkcode.wait</groupId>
<artifactId>test</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/se.thinkcode.wait/test/
implementation 'se.thinkcode.wait:test:1.1.1'
// https://jarcasting.com/artifacts/se.thinkcode.wait/test/
implementation ("se.thinkcode.wait:test:1.1.1")
'se.thinkcode.wait:test:jar:1.1.1'
<dependency org="se.thinkcode.wait" name="test" rev="1.1.1">
<artifact name="test" type="jar" />
</dependency>
@Grapes(
@Grab(group='se.thinkcode.wait', module='test', version='1.1.1')
)
libraryDependencies += "se.thinkcode.wait" % "test" % "1.1.1"
[se.thinkcode.wait/test "1.1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.sparkjava : spark-core | jar | 2.9.1 |