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