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