License |
License |
---|---|
GroupId | GroupIdorg.webjars |
ArtifactId | ArtifactIdpicturefill |
Version | Version2.3.1 |
Type | Typejar |
Description |
DescriptionPicturefill
WebJar for Picturefill
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
picturefill-2.3.1.pom | |
picturefill-2.3.1.jar | 14 KB |
picturefill-2.3.1-javadoc.jar | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/picturefill/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>picturefill</artifactId>
<version>2.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/picturefill/
implementation 'org.webjars:picturefill:2.3.1'
// https://jarcasting.com/artifacts/org.webjars/picturefill/
implementation ("org.webjars:picturefill:2.3.1")
'org.webjars:picturefill:jar:2.3.1'
<dependency org="org.webjars" name="picturefill" rev="2.3.1">
<artifact name="picturefill" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='picturefill', version='2.3.1')
)
libraryDependencies += "org.webjars" % "picturefill" % "2.3.1"
[org.webjars/picturefill "2.3.1"]