w

webjars-locator-core

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