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