GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdcompressible |
Version | Version2.0.16 |
Type | Typejar |
Filename | Size |
---|---|
compressible-2.0.16.pom | |
compressible-2.0.16.jar | 6 KB |
compressible-2.0.16-sources.jar | 22 bytes |
compressible-2.0.16-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.16</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/compressible/
implementation 'org.webjars.npm:compressible:2.0.16'
// https://jarcasting.com/artifacts/org.webjars.npm/compressible/
implementation ("org.webjars.npm:compressible:2.0.16")
'org.webjars.npm:compressible:jar:2.0.16'
<dependency org="org.webjars.npm" name="compressible" rev="2.0.16">
<artifact name="compressible" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='compressible', version='2.0.16')
)
libraryDependencies += "org.webjars.npm" % "compressible" % "2.0.16"
[org.webjars.npm/compressible "2.0.16"]