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