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