| GroupId | GroupIdorg.webjars.npm |
|---|---|
| ArtifactId | ArtifactIdrsvp |
| Version | Version3.0.13 |
| Type | Typejar |
| Filename | Size |
|---|---|
| rsvp-3.0.13.pom | |
| rsvp-3.0.13.jar | 122 KB |
| rsvp-3.0.13-sources.jar | 22 bytes |
| rsvp-3.0.13-javadoc.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/rsvp/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>rsvp</artifactId>
<version>3.0.13</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/rsvp/
implementation 'org.webjars.npm:rsvp:3.0.13'
// https://jarcasting.com/artifacts/org.webjars.npm/rsvp/
implementation ("org.webjars.npm:rsvp:3.0.13")
'org.webjars.npm:rsvp:jar:3.0.13'
<dependency org="org.webjars.npm" name="rsvp" rev="3.0.13">
<artifact name="rsvp" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='rsvp', version='3.0.13')
)
libraryDependencies += "org.webjars.npm" % "rsvp" % "3.0.13"
[org.webjars.npm/rsvp "3.0.13"]