GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdstatic-eval |
Version | Version2.0.3 |
Type | Typejar |
Filename | Size |
---|---|
static-eval-2.0.3.pom | |
static-eval-2.0.3.jar | 8 KB |
static-eval-2.0.3-sources.jar | 22 bytes |
static-eval-2.0.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/static-eval/
implementation 'org.webjars.npm:static-eval:2.0.3'
// https://jarcasting.com/artifacts/org.webjars.npm/static-eval/
implementation ("org.webjars.npm:static-eval:2.0.3")
'org.webjars.npm:static-eval:jar:2.0.3'
<dependency org="org.webjars.npm" name="static-eval" rev="2.0.3">
<artifact name="static-eval" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='static-eval', version='2.0.3')
)
libraryDependencies += "org.webjars.npm" % "static-eval" % "2.0.3"
[org.webjars.npm/static-eval "2.0.3"]