GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdpicturefill |
Version | Version2.1.0 |
Type | Typejar |
Filename | Size |
---|---|
picturefill-2.1.0.pom | |
picturefill-2.1.0.jar | 12 KB |
picturefill-2.1.0-javadoc.jar | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/picturefill/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>picturefill</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/picturefill/
implementation 'org.webjars:picturefill:2.1.0'
// https://jarcasting.com/artifacts/org.webjars/picturefill/
implementation ("org.webjars:picturefill:2.1.0")
'org.webjars:picturefill:jar:2.1.0'
<dependency org="org.webjars" name="picturefill" rev="2.1.0">
<artifact name="picturefill" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='picturefill', version='2.1.0')
)
libraryDependencies += "org.webjars" % "picturefill" % "2.1.0"
[org.webjars/picturefill "2.1.0"]