| GroupId | GroupIdorg.webjars.bower |
|---|---|
| ArtifactId | ArtifactIdrivets |
| Version | Version0.8.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| rivets-0.8.1.pom | |
| rivets-0.8.1.jar | 1 MB |
| rivets-0.8.1-sources.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.bower/rivets/ -->
<dependency>
<groupId>org.webjars.bower</groupId>
<artifactId>rivets</artifactId>
<version>0.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/rivets/
implementation 'org.webjars.bower:rivets:0.8.1'
// https://jarcasting.com/artifacts/org.webjars.bower/rivets/
implementation ("org.webjars.bower:rivets:0.8.1")
'org.webjars.bower:rivets:jar:0.8.1'
<dependency org="org.webjars.bower" name="rivets" rev="0.8.1">
<artifact name="rivets" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='rivets', version='0.8.1')
)
libraryDependencies += "org.webjars.bower" % "rivets" % "0.8.1"
[org.webjars.bower/rivets "0.8.1"]