GroupId | GroupIdorg.webjars.bower |
---|---|
ArtifactId | ArtifactIdjquery-validation |
Version | Version1.9.0 |
Type | Typejar |
Filename | Size |
---|---|
jquery-validation-1.9.0.pom | |
jquery-validation-1.9.0.jar | 4 MB |
jquery-validation-1.9.0-sources.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.bower/jquery-validation/ -->
<dependency>
<groupId>org.webjars.bower</groupId>
<artifactId>jquery-validation</artifactId>
<version>1.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/jquery-validation/
implementation 'org.webjars.bower:jquery-validation:1.9.0'
// https://jarcasting.com/artifacts/org.webjars.bower/jquery-validation/
implementation ("org.webjars.bower:jquery-validation:1.9.0")
'org.webjars.bower:jquery-validation:jar:1.9.0'
<dependency org="org.webjars.bower" name="jquery-validation" rev="1.9.0">
<artifact name="jquery-validation" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='jquery-validation', version='1.9.0')
)
libraryDependencies += "org.webjars.bower" % "jquery-validation" % "1.9.0"
[org.webjars.bower/jquery-validation "1.9.0"]