Categories |
CategoriesGithub Development Tools Version Controls |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdgithub-com-select2-select2 |
Version | Version4.0.6-rc.1 |
Type | Typejar |
<!-- 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.6-rc.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-select2-select2/
implementation 'org.webjars.npm:github-com-select2-select2:4.0.6-rc.1'
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-select2-select2/
implementation ("org.webjars.npm:github-com-select2-select2:4.0.6-rc.1")
'org.webjars.npm:github-com-select2-select2:jar:4.0.6-rc.1'
<dependency org="org.webjars.npm" name="github-com-select2-select2" rev="4.0.6-rc.1">
<artifact name="github-com-select2-select2" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='github-com-select2-select2', version='4.0.6-rc.1')
)
libraryDependencies += "org.webjars.npm" % "github-com-select2-select2" % "4.0.6-rc.1"
[org.webjars.npm/github-com-select2-select2 "4.0.6-rc.1"]