w

webjars-locator-core

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