w

webjars-locator-core

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