GroupId | GroupIdorg.webjars.bower |
---|---|
ArtifactId | ArtifactIdjshashes |
Version | Version1.0.5 |
Type | Typejar |
Filename | Size |
---|---|
jshashes-1.0.5.pom | |
jshashes-1.0.5.jar | 36 KB |
jshashes-1.0.5-sources.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.bower/jshashes/ -->
<dependency>
<groupId>org.webjars.bower</groupId>
<artifactId>jshashes</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/jshashes/
implementation 'org.webjars.bower:jshashes:1.0.5'
// https://jarcasting.com/artifacts/org.webjars.bower/jshashes/
implementation ("org.webjars.bower:jshashes:1.0.5")
'org.webjars.bower:jshashes:jar:1.0.5'
<dependency org="org.webjars.bower" name="jshashes" rev="1.0.5">
<artifact name="jshashes" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='jshashes', version='1.0.5')
)
libraryDependencies += "org.webjars.bower" % "jshashes" % "1.0.5"
[org.webjars.bower/jshashes "1.0.5"]