GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdless |
Version | Version1.7.5 |
Type | Typejar |
Filename | Size |
---|---|
less-1.7.5.pom | |
less-1.7.5.jar | 93 KB |
less-1.7.5-javadoc.jar | 91 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/less/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>less</artifactId>
<version>1.7.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/less/
implementation 'org.webjars:less:1.7.5'
// https://jarcasting.com/artifacts/org.webjars/less/
implementation ("org.webjars:less:1.7.5")
'org.webjars:less:jar:1.7.5'
<dependency org="org.webjars" name="less" rev="1.7.5">
<artifact name="less" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='less', version='1.7.5')
)
libraryDependencies += "org.webjars" % "less" % "1.7.5"
[org.webjars/less "1.7.5"]