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