is not current version
Last Version 0.3

org.webjars:webjars-taglib 0.1

WebJar TagLib

GroupId

GroupId

org.webjars
ArtifactId

ArtifactId

webjars-taglib
Version

Version

0.1
Type

Type

jar

Download webjars-taglib 0.1


<!-- https://jarcasting.com/artifacts/org.webjars/webjars-taglib/ -->
<dependency>
    <groupId>org.webjars</groupId>
    <artifactId>webjars-taglib</artifactId>
    <version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/webjars-taglib/
implementation 'org.webjars:webjars-taglib:0.1'
// https://jarcasting.com/artifacts/org.webjars/webjars-taglib/
implementation ("org.webjars:webjars-taglib:0.1")
'org.webjars:webjars-taglib:jar:0.1'
<dependency org="org.webjars" name="webjars-taglib" rev="0.1">
  <artifact name="webjars-taglib" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='webjars-taglib', version='0.1')
)
libraryDependencies += "org.webjars" % "webjars-taglib" % "0.1"
[org.webjars/webjars-taglib "0.1"]