Categories |
CategoriesGithub Development Tools Version Controls |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdgithub-com-select2-select2 |
Version | Version4.0.5 |
Type | Typejar |
Filename | Size |
---|---|
github-com-select2-select2-4.0.5.pom | |
github-com-select2-select2-4.0.5.jar | 477 KB |
github-com-select2-select2-4.0.5-sources.jar | 22 bytes |
github-com-select2-select2-4.0.5-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/github-com-select2-select2/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>github-com-select2-select2</artifactId>
<version>4.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-select2-select2/
implementation 'org.webjars.npm:github-com-select2-select2:4.0.5'
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-select2-select2/
implementation ("org.webjars.npm:github-com-select2-select2:4.0.5")
'org.webjars.npm:github-com-select2-select2:jar:4.0.5'
<dependency org="org.webjars.npm" name="github-com-select2-select2" rev="4.0.5">
<artifact name="github-com-select2-select2" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='github-com-select2-select2', version='4.0.5')
)
libraryDependencies += "org.webjars.npm" % "github-com-select2-select2" % "4.0.5"
[org.webjars.npm/github-com-select2-select2 "4.0.5"]