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