w

webjars-locator-core

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