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