GroupId | GroupIdcom.google.closure-stylesheets |
---|---|
ArtifactId | ArtifactIdclosure-stylesheets |
Version | Version20140426 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.google.closure-stylesheets/closure-stylesheets/ -->
<dependency>
<groupId>com.google.closure-stylesheets</groupId>
<artifactId>closure-stylesheets</artifactId>
<version>20140426</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.closure-stylesheets/closure-stylesheets/
implementation 'com.google.closure-stylesheets:closure-stylesheets:20140426'
// https://jarcasting.com/artifacts/com.google.closure-stylesheets/closure-stylesheets/
implementation ("com.google.closure-stylesheets:closure-stylesheets:20140426")
'com.google.closure-stylesheets:closure-stylesheets:jar:20140426'
<dependency org="com.google.closure-stylesheets" name="closure-stylesheets" rev="20140426">
<artifact name="closure-stylesheets" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.closure-stylesheets', module='closure-stylesheets', version='20140426')
)
libraryDependencies += "com.google.closure-stylesheets" % "closure-stylesheets" % "20140426"
[com.google.closure-stylesheets/closure-stylesheets "20140426"]