GroupId | GroupIdorg.odlabs.wiquery |
---|---|
ArtifactId | ArtifactIdwiquery-compressor |
Version | Version6.0.0-beta3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.odlabs.wiquery/wiquery-compressor/ -->
<dependency>
<groupId>org.odlabs.wiquery</groupId>
<artifactId>wiquery-compressor</artifactId>
<version>6.0.0-beta3</version>
</dependency>
// https://jarcasting.com/artifacts/org.odlabs.wiquery/wiquery-compressor/
implementation 'org.odlabs.wiquery:wiquery-compressor:6.0.0-beta3'
// https://jarcasting.com/artifacts/org.odlabs.wiquery/wiquery-compressor/
implementation ("org.odlabs.wiquery:wiquery-compressor:6.0.0-beta3")
'org.odlabs.wiquery:wiquery-compressor:jar:6.0.0-beta3'
<dependency org="org.odlabs.wiquery" name="wiquery-compressor" rev="6.0.0-beta3">
<artifact name="wiquery-compressor" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.odlabs.wiquery', module='wiquery-compressor', version='6.0.0-beta3')
)
libraryDependencies += "org.odlabs.wiquery" % "wiquery-compressor" % "6.0.0-beta3"
[org.odlabs.wiquery/wiquery-compressor "6.0.0-beta3"]