GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdbyte-size |
Version | Version5.0.1 |
Type | Typejar |
Filename | Size |
---|---|
byte-size-5.0.1.pom | |
byte-size-5.0.1.jar | 9 KB |
byte-size-5.0.1-sources.jar | 22 bytes |
byte-size-5.0.1-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>5.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/byte-size/
implementation 'org.webjars.npm:byte-size:5.0.1'
// https://jarcasting.com/artifacts/org.webjars.npm/byte-size/
implementation ("org.webjars.npm:byte-size:5.0.1")
'org.webjars.npm:byte-size:jar:5.0.1'
<dependency org="org.webjars.npm" name="byte-size" rev="5.0.1">
<artifact name="byte-size" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='byte-size', version='5.0.1')
)
libraryDependencies += "org.webjars.npm" % "byte-size" % "5.0.1"
[org.webjars.npm/byte-size "5.0.1"]