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