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