GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdblock-stream |
Version | Version0.0.7 |
Type | Typejar |
Filename | Size |
---|---|
block-stream-0.0.7.pom | |
block-stream-0.0.7.jar | 5 KB |
block-stream-0.0.7-javadoc.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/block-stream/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>block-stream</artifactId>
<version>0.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/block-stream/
implementation 'org.webjars:block-stream:0.0.7'
// https://jarcasting.com/artifacts/org.webjars/block-stream/
implementation ("org.webjars:block-stream:0.0.7")
'org.webjars:block-stream:jar:0.0.7'
<dependency org="org.webjars" name="block-stream" rev="0.0.7">
<artifact name="block-stream" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='block-stream', version='0.0.7')
)
libraryDependencies += "org.webjars" % "block-stream" % "0.0.7"
[org.webjars/block-stream "0.0.7"]