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