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