Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sourceforge.cssparser |
ArtifactId | ArtifactIdcssparser |
Version | Version0.9.7 |
Type | Typejar |
Filename | Size |
---|---|
cssparser-0.9.7.pom | |
cssparser-0.9.7.jar | 274 KB |
cssparser-0.9.7-sources.jar | 188 KB |
cssparser-0.9.7-javadoc.jar | 486 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sourceforge.cssparser/cssparser/ -->
<dependency>
<groupId>net.sourceforge.cssparser</groupId>
<artifactId>cssparser</artifactId>
<version>0.9.7</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.cssparser/cssparser/
implementation 'net.sourceforge.cssparser:cssparser:0.9.7'
// https://jarcasting.com/artifacts/net.sourceforge.cssparser/cssparser/
implementation ("net.sourceforge.cssparser:cssparser:0.9.7")
'net.sourceforge.cssparser:cssparser:jar:0.9.7'
<dependency org="net.sourceforge.cssparser" name="cssparser" rev="0.9.7">
<artifact name="cssparser" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.cssparser', module='cssparser', version='0.9.7')
)
libraryDependencies += "net.sourceforge.cssparser" % "cssparser" % "0.9.7"
[net.sourceforge.cssparser/cssparser "0.9.7"]