GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdstringstream |
Version | Version0.0.4 |
Type | Typejar |
Filename | Size |
---|---|
stringstream-0.0.4.pom | |
stringstream-0.0.4.jar | 5 KB |
stringstream-0.0.4-sources.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/stringstream/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>stringstream</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/stringstream/
implementation 'org.webjars.npm:stringstream:0.0.4'
// https://jarcasting.com/artifacts/org.webjars.npm/stringstream/
implementation ("org.webjars.npm:stringstream:0.0.4")
'org.webjars.npm:stringstream:jar:0.0.4'
<dependency org="org.webjars.npm" name="stringstream" rev="0.0.4">
<artifact name="stringstream" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='stringstream', version='0.0.4')
)
libraryDependencies += "org.webjars.npm" % "stringstream" % "0.0.4"
[org.webjars.npm/stringstream "0.0.4"]