GroupId | GroupIdorg.webjars.bower |
---|---|
ArtifactId | ArtifactIdraphael |
Version | Version2.1.4 |
Type | Typejar |
Filename | Size |
---|---|
raphael-2.1.4.pom | |
raphael-2.1.4.jar | 120 KB |
raphael-2.1.4-sources.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.bower/raphael/ -->
<dependency>
<groupId>org.webjars.bower</groupId>
<artifactId>raphael</artifactId>
<version>2.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/raphael/
implementation 'org.webjars.bower:raphael:2.1.4'
// https://jarcasting.com/artifacts/org.webjars.bower/raphael/
implementation ("org.webjars.bower:raphael:2.1.4")
'org.webjars.bower:raphael:jar:2.1.4'
<dependency org="org.webjars.bower" name="raphael" rev="2.1.4">
<artifact name="raphael" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='raphael', version='2.1.4')
)
libraryDependencies += "org.webjars.bower" % "raphael" % "2.1.4"
[org.webjars.bower/raphael "2.1.4"]