| GroupId | GroupIdorg.e-hoffman.testing |
|---|---|
| ArtifactId | ArtifactIdWebAppInvoker |
| Version | Version1.1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| WebAppInvoker-1.1.0.pom | |
| WebAppInvoker-1.1.0.jar | 17 KB |
| WebAppInvoker-1.1.0-test-sources.jar | 2 KB |
| WebAppInvoker-1.1.0-test-javadoc.jar | 21 KB |
| WebAppInvoker-1.1.0-sources.jar | 7 KB |
| WebAppInvoker-1.1.0-javadoc.jar | 67 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.e-hoffman.testing/WebAppInvoker/ -->
<dependency>
<groupId>org.e-hoffman.testing</groupId>
<artifactId>WebAppInvoker</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.e-hoffman.testing/WebAppInvoker/
implementation 'org.e-hoffman.testing:WebAppInvoker:1.1.0'
// https://jarcasting.com/artifacts/org.e-hoffman.testing/WebAppInvoker/
implementation ("org.e-hoffman.testing:WebAppInvoker:1.1.0")
'org.e-hoffman.testing:WebAppInvoker:jar:1.1.0'
<dependency org="org.e-hoffman.testing" name="WebAppInvoker" rev="1.1.0">
<artifact name="WebAppInvoker" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.e-hoffman.testing', module='WebAppInvoker', version='1.1.0')
)
libraryDependencies += "org.e-hoffman.testing" % "WebAppInvoker" % "1.1.0"
[org.e-hoffman.testing/WebAppInvoker "1.1.0"]