| Группа | Группаorg.e-hoffman.testing |
|---|---|
| Идентификатор | ИдентификаторWebAppInvoker |
| Версия | Версия1.0.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| WebAppInvoker-1.0.0.pom | |
| WebAppInvoker-1.0.0.jar | 17 KB |
| WebAppInvoker-1.0.0-test-sources.jar | 2 KB |
| WebAppInvoker-1.0.0-test-javadoc.jar | 21 KB |
| WebAppInvoker-1.0.0-sources.jar | 7 KB |
| WebAppInvoker-1.0.0-javadoc.jar | 67 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.e-hoffman.testing/WebAppInvoker/ -->
<dependency>
<groupId>org.e-hoffman.testing</groupId>
<artifactId>WebAppInvoker</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.e-hoffman.testing/WebAppInvoker/
implementation 'org.e-hoffman.testing:WebAppInvoker:1.0.0'
// https://jarcasting.com/artifacts/org.e-hoffman.testing/WebAppInvoker/
implementation ("org.e-hoffman.testing:WebAppInvoker:1.0.0")
'org.e-hoffman.testing:WebAppInvoker:jar:1.0.0'
<dependency org="org.e-hoffman.testing" name="WebAppInvoker" rev="1.0.0">
<artifact name="WebAppInvoker" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.e-hoffman.testing', module='WebAppInvoker', version='1.0.0')
)
libraryDependencies += "org.e-hoffman.testing" % "WebAppInvoker" % "1.0.0"
[org.e-hoffman.testing/WebAppInvoker "1.0.0"]