GroupId | GroupIdorg.e-hoffman.testing |
---|---|
ArtifactId | ArtifactIdWebAppInvokerModule |
Version | Version1.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.e-hoffman.testing/WebAppInvokerModule/ -->
<dependency>
<groupId>org.e-hoffman.testing</groupId>
<artifactId>WebAppInvokerModule</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.e-hoffman.testing/WebAppInvokerModule/
implementation 'org.e-hoffman.testing:WebAppInvokerModule:1.1.0'
// https://jarcasting.com/artifacts/org.e-hoffman.testing/WebAppInvokerModule/
implementation ("org.e-hoffman.testing:WebAppInvokerModule:1.1.0")
'org.e-hoffman.testing:WebAppInvokerModule:jar:1.1.0'
<dependency org="org.e-hoffman.testing" name="WebAppInvokerModule" rev="1.1.0">
<artifact name="WebAppInvokerModule" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.e-hoffman.testing', module='WebAppInvokerModule', version='1.1.0')
)
libraryDependencies += "org.e-hoffman.testing" % "WebAppInvokerModule" % "1.1.0"
[org.e-hoffman.testing/WebAppInvokerModule "1.1.0"]