не последняя версия
Последняя версия 4.0.13

org.webjars:select2 3.3.1-1

WebJar for Select2

Группа

Группа

org.webjars
Идентификатор

Идентификатор

select2
Версия

Версия

3.3.1-1
Тип

Тип

jar

Скачать select2 3.3.1-1


<!-- https://jarcasting.com/artifacts/org.webjars/select2/ -->
<dependency>
    <groupId>org.webjars</groupId>
    <artifactId>select2</artifactId>
    <version>3.3.1-1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/select2/
implementation 'org.webjars:select2:3.3.1-1'
// https://jarcasting.com/artifacts/org.webjars/select2/
implementation ("org.webjars:select2:3.3.1-1")
'org.webjars:select2:jar:3.3.1-1'
<dependency org="org.webjars" name="select2" rev="3.3.1-1">
  <artifact name="select2" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='select2', version='3.3.1-1')
)
libraryDependencies += "org.webjars" % "select2" % "3.3.1-1"
[org.webjars/select2 "3.3.1-1"]