GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdcoffee-script-parent |
Version | Version1.9.0 |
Type | Typepom |
Filename | Size |
---|---|
coffee-script-parent-1.9.0.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/coffee-script-parent/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>coffee-script-parent</artifactId>
<version>1.9.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/coffee-script-parent/
implementation 'org.webjars:coffee-script-parent:1.9.0'
// https://jarcasting.com/artifacts/org.webjars/coffee-script-parent/
implementation ("org.webjars:coffee-script-parent:1.9.0")
'org.webjars:coffee-script-parent:pom:1.9.0'
<dependency org="org.webjars" name="coffee-script-parent" rev="1.9.0">
<artifact name="coffee-script-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='coffee-script-parent', version='1.9.0')
)
libraryDependencies += "org.webjars" % "coffee-script-parent" % "1.9.0"
[org.webjars/coffee-script-parent "1.9.0"]