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