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