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