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