| Группа | Группаorg.e-hoffman.testing |
|---|---|
| Идентификатор | ИдентификаторWebAppInvokerModule |
| Версия | Версия1.0.0 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.e-hoffman.testing/WebAppInvokerModule/ -->
<dependency>
<groupId>org.e-hoffman.testing</groupId>
<artifactId>WebAppInvokerModule</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.e-hoffman.testing/WebAppInvokerModule/
implementation 'org.e-hoffman.testing:WebAppInvokerModule:1.0.0'
// https://jarcasting.com/artifacts/org.e-hoffman.testing/WebAppInvokerModule/
implementation ("org.e-hoffman.testing:WebAppInvokerModule:1.0.0")
'org.e-hoffman.testing:WebAppInvokerModule:jar:1.0.0'
<dependency org="org.e-hoffman.testing" name="WebAppInvokerModule" rev="1.0.0">
<artifact name="WebAppInvokerModule" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.e-hoffman.testing', module='WebAppInvokerModule', version='1.0.0')
)
libraryDependencies += "org.e-hoffman.testing" % "WebAppInvokerModule" % "1.0.0"
[org.e-hoffman.testing/WebAppInvokerModule "1.0.0"]