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