GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdecstatic |
Version | Version0.7.6 |
Type | Typejar |
Filename | Size |
---|---|
ecstatic-0.7.6.pom | |
ecstatic-0.7.6.jar | 207 KB |
ecstatic-0.7.6-sources.jar | 22 bytes |
ecstatic-0.7.6-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/ecstatic/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>ecstatic</artifactId>
<version>0.7.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/ecstatic/
implementation 'org.webjars.npm:ecstatic:0.7.6'
// https://jarcasting.com/artifacts/org.webjars.npm/ecstatic/
implementation ("org.webjars.npm:ecstatic:0.7.6")
'org.webjars.npm:ecstatic:jar:0.7.6'
<dependency org="org.webjars.npm" name="ecstatic" rev="0.7.6">
<artifact name="ecstatic" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='ecstatic', version='0.7.6')
)
libraryDependencies += "org.webjars.npm" % "ecstatic" % "0.7.6"
[org.webjars.npm/ecstatic "0.7.6"]