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