GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdselect2-bootstrap-css |
Version | Version1.4.4 |
Type | Typejar |
Filename | Size |
---|---|
select2-bootstrap-css-1.4.4.pom | |
select2-bootstrap-css-1.4.4.jar | 14 KB |
select2-bootstrap-css-1.4.4-javadoc.jar | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/select2-bootstrap-css/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>select2-bootstrap-css</artifactId>
<version>1.4.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/select2-bootstrap-css/
implementation 'org.webjars:select2-bootstrap-css:1.4.4'
// https://jarcasting.com/artifacts/org.webjars/select2-bootstrap-css/
implementation ("org.webjars:select2-bootstrap-css:1.4.4")
'org.webjars:select2-bootstrap-css:jar:1.4.4'
<dependency org="org.webjars" name="select2-bootstrap-css" rev="1.4.4">
<artifact name="select2-bootstrap-css" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='select2-bootstrap-css', version='1.4.4')
)
libraryDependencies += "org.webjars" % "select2-bootstrap-css" % "1.4.4"
[org.webjars/select2-bootstrap-css "1.4.4"]