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