License |
License |
---|---|
GroupId | GroupIdorg.webjars |
ArtifactId | ArtifactIdunderscorejs |
Last Version | Last Version1.9.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionUnderscore.js
WebJar for Underscore.js
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
underscorejs-1.9.0.pom | |
underscorejs-1.9.0.jar | 18 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/underscorejs/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>underscorejs</artifactId>
<version>1.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/underscorejs/
implementation 'org.webjars:underscorejs:1.9.0'
// https://jarcasting.com/artifacts/org.webjars/underscorejs/
implementation ("org.webjars:underscorejs:1.9.0")
'org.webjars:underscorejs:jar:1.9.0'
<dependency org="org.webjars" name="underscorejs" rev="1.9.0">
<artifact name="underscorejs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='underscorejs', version='1.9.0')
)
libraryDependencies += "org.webjars" % "underscorejs" % "1.9.0"
[org.webjars/underscorejs "1.9.0"]