GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdlodash |
Version | Version2.4.1-3 |
Type | Typejar |
Filename | Size |
---|---|
lodash-2.4.1-3.pom | |
lodash-2.4.1-3.jar | 147 KB |
lodash-2.4.1-3-sources.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/lodash/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>lodash</artifactId>
<version>2.4.1-3</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/lodash/
implementation 'org.webjars:lodash:2.4.1-3'
// https://jarcasting.com/artifacts/org.webjars/lodash/
implementation ("org.webjars:lodash:2.4.1-3")
'org.webjars:lodash:jar:2.4.1-3'
<dependency org="org.webjars" name="lodash" rev="2.4.1-3">
<artifact name="lodash" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='lodash', version='2.4.1-3')
)
libraryDependencies += "org.webjars" % "lodash" % "2.4.1-3"
[org.webjars/lodash "2.4.1-3"]