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