| GroupId | GroupIdorg.webjars.npm |
|---|---|
| ArtifactId | ArtifactIdcss-element-queries |
| Version | Version1.1.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| css-element-queries-1.1.1.pom | |
| css-element-queries-1.1.1.jar | 31 KB |
| css-element-queries-1.1.1-sources.jar | 22 bytes |
| css-element-queries-1.1.1-javadoc.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/css-element-queries/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>css-element-queries</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/css-element-queries/
implementation 'org.webjars.npm:css-element-queries:1.1.1'
// https://jarcasting.com/artifacts/org.webjars.npm/css-element-queries/
implementation ("org.webjars.npm:css-element-queries:1.1.1")
'org.webjars.npm:css-element-queries:jar:1.1.1'
<dependency org="org.webjars.npm" name="css-element-queries" rev="1.1.1">
<artifact name="css-element-queries" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='css-element-queries', version='1.1.1')
)
libraryDependencies += "org.webjars.npm" % "css-element-queries" % "1.1.1"
[org.webjars.npm/css-element-queries "1.1.1"]