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