GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdwebjars-locator |
Version | Version0.35 |
Type | Typejar |
Filename | Size |
---|---|
webjars-locator-0.35.pom | |
webjars-locator-0.35.jar | 12 KB |
webjars-locator-0.35-sources.jar | 6 KB |
webjars-locator-0.35-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/webjars-locator/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>webjars-locator</artifactId>
<version>0.35</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/webjars-locator/
implementation 'org.webjars:webjars-locator:0.35'
// https://jarcasting.com/artifacts/org.webjars/webjars-locator/
implementation ("org.webjars:webjars-locator:0.35")
'org.webjars:webjars-locator:jar:0.35'
<dependency org="org.webjars" name="webjars-locator" rev="0.35">
<artifact name="webjars-locator" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='webjars-locator', version='0.35')
)
libraryDependencies += "org.webjars" % "webjars-locator" % "0.35"
[org.webjars/webjars-locator "0.35"]