GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdvuelidate |
Version | Version0.5.0 |
Type | Typejar |
Filename | Size |
---|---|
vuelidate-0.5.0.pom | |
vuelidate-0.5.0.jar | 37 KB |
vuelidate-0.5.0-sources.jar | 22 bytes |
vuelidate-0.5.0-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/vuelidate/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>vuelidate</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/vuelidate/
implementation 'org.webjars.npm:vuelidate:0.5.0'
// https://jarcasting.com/artifacts/org.webjars.npm/vuelidate/
implementation ("org.webjars.npm:vuelidate:0.5.0")
'org.webjars.npm:vuelidate:jar:0.5.0'
<dependency org="org.webjars.npm" name="vuelidate" rev="0.5.0">
<artifact name="vuelidate" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='vuelidate', version='0.5.0')
)
libraryDependencies += "org.webjars.npm" % "vuelidate" % "0.5.0"
[org.webjars.npm/vuelidate "0.5.0"]