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