| Группа | Группаorg.webjars.npm |
|---|---|
| Идентификатор | Идентификаторstatic-module |
| Версия | Версия2.2.5 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| static-module-2.2.5.pom | |
| static-module-2.2.5.jar | 39 KB |
| static-module-2.2.5-sources.jar | 22 bytes |
| static-module-2.2.5-javadoc.jar | 22 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/static-module/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>static-module</artifactId>
<version>2.2.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/static-module/
implementation 'org.webjars.npm:static-module:2.2.5'
// https://jarcasting.com/artifacts/org.webjars.npm/static-module/
implementation ("org.webjars.npm:static-module:2.2.5")
'org.webjars.npm:static-module:jar:2.2.5'
<dependency org="org.webjars.npm" name="static-module" rev="2.2.5">
<artifact name="static-module" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='static-module', version='2.2.5')
)
libraryDependencies += "org.webjars.npm" % "static-module" % "2.2.5"
[org.webjars.npm/static-module "2.2.5"]