c

coffee-script-parent

WebJar for CoffeeScript Parent
http://webjars.org
CoffeeScript
Christopher Hunt
Files download
File Operation
coffee-script-parent-1.9.3.pom download
Apache Maven
<dependency>
  <groupId>org.webjars</groupId>
  <artifactId>coffee-script-parent</artifactId>
  <version>1.9.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.webjars:coffee-script-parent:1.9.3'
Gradle Kotlin
implementation("org.webjars:coffee-script-parent:1.9.3")
Scala SBT
libraryDependencies += "org.webjars" % "coffee-script-parent" % "1.9.3"
Groovy Grape
@Grapes(
  @Grab(group='org.webjars', module='coffee-script-parent', version='1.9.3')
)
Apache Ivy
<dependency org="org.webjars" name="coffee-script-parent" rev="1.9.3" />
Leiningen
[org.webjars/coffee-script-parent "1.9.3"]
Apache Buildr
'org.webjars:coffee-script-parent:jar:1.9.3'