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