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