| Categories |
CategoriesFST Data Data Formats Serialization |
|---|---|
| GroupId | GroupIdorg.webjars.npm |
| ArtifactId | ArtifactIdfstream |
| Version | Version0.1.31 |
| Type | Typejar |
| Filename | Size |
|---|---|
| fstream-0.1.31.pom | |
| fstream-0.1.31.jar | 29 KB |
| fstream-0.1.31-sources.jar | 22 bytes |
| fstream-0.1.31-javadoc.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/fstream/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>fstream</artifactId>
<version>0.1.31</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/fstream/
implementation 'org.webjars.npm:fstream:0.1.31'
// https://jarcasting.com/artifacts/org.webjars.npm/fstream/
implementation ("org.webjars.npm:fstream:0.1.31")
'org.webjars.npm:fstream:jar:0.1.31'
<dependency org="org.webjars.npm" name="fstream" rev="0.1.31">
<artifact name="fstream" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='fstream', version='0.1.31')
)
libraryDependencies += "org.webjars.npm" % "fstream" % "0.1.31"
[org.webjars.npm/fstream "0.1.31"]