GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdjquery_are-you-sure |
Version | Version1.5.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.webjars/jquery_are-you-sure/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>jquery_are-you-sure</artifactId>
<version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/jquery_are-you-sure/
implementation 'org.webjars:jquery_are-you-sure:1.5.0'
// https://jarcasting.com/artifacts/org.webjars/jquery_are-you-sure/
implementation ("org.webjars:jquery_are-you-sure:1.5.0")
'org.webjars:jquery_are-you-sure:jar:1.5.0'
<dependency org="org.webjars" name="jquery_are-you-sure" rev="1.5.0">
<artifact name="jquery_are-you-sure" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='jquery_are-you-sure', version='1.5.0')
)
libraryDependencies += "org.webjars" % "jquery_are-you-sure" % "1.5.0"
[org.webjars/jquery_are-you-sure "1.5.0"]