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