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