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