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