| GroupId | GroupIdorg.webjars.npm |
|---|---|
| ArtifactId | ArtifactIdpolymer__iron-flex-layout |
| Version | Version3.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| polymer__iron-flex-layout-3.0.0.pom | |
| polymer__iron-flex-layout-3.0.0.jar | 14 KB |
| polymer__iron-flex-layout-3.0.0-sources.jar | 22 bytes |
| polymer__iron-flex-layout-3.0.0-javadoc.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/polymer__iron-flex-layout/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>polymer__iron-flex-layout</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/polymer__iron-flex-layout/
implementation 'org.webjars.npm:polymer__iron-flex-layout:3.0.0'
// https://jarcasting.com/artifacts/org.webjars.npm/polymer__iron-flex-layout/
implementation ("org.webjars.npm:polymer__iron-flex-layout:3.0.0")
'org.webjars.npm:polymer__iron-flex-layout:jar:3.0.0'
<dependency org="org.webjars.npm" name="polymer__iron-flex-layout" rev="3.0.0">
<artifact name="polymer__iron-flex-layout" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='polymer__iron-flex-layout', version='3.0.0')
)
libraryDependencies += "org.webjars.npm" % "polymer__iron-flex-layout" % "3.0.0"
[org.webjars.npm/polymer__iron-flex-layout "3.0.0"]