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