w

webjars-locator

WebJar Locator
http://webjars.org
MIT
James Ward
Files download
File Operation
webjars-locator-0.48.jar download
webjars-locator-0.48.pom download
webjars-locator-0.48-sources.jar download
Apache Maven
<dependency>
  <groupId>org.webjars</groupId>
  <artifactId>webjars-locator</artifactId>
  <version>0.48</version>
</dependency>
Gradle Groovy
implementation 'org.webjars:webjars-locator:0.48'
Gradle Kotlin
implementation("org.webjars:webjars-locator:0.48")
Scala SBT
libraryDependencies += "org.webjars" % "webjars-locator" % "0.48"
Groovy Grape
@Grapes(
  @Grab(group='org.webjars', module='webjars-locator', version='0.48')
)
Apache Ivy
<dependency org="org.webjars" name="webjars-locator" rev="0.48" />
Leiningen
[org.webjars/webjars-locator "0.48"]
Apache Buildr
'org.webjars:webjars-locator:jar:0.48'