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