GroupId | GroupIdcom.jakewharton.byteunits |
---|---|
ArtifactId | ArtifactIdbyteunits |
Version | Version0.9.0 |
Type | Typejar |
Filename | Size |
---|---|
byteunits-0.9.0.pom | |
byteunits-0.9.0.jar | 20 KB |
byteunits-0.9.0-sources.jar | 6 KB |
byteunits-0.9.0-javadoc.jar | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jakewharton.byteunits/byteunits/ -->
<dependency>
<groupId>com.jakewharton.byteunits</groupId>
<artifactId>byteunits</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.jakewharton.byteunits/byteunits/
implementation 'com.jakewharton.byteunits:byteunits:0.9.0'
// https://jarcasting.com/artifacts/com.jakewharton.byteunits/byteunits/
implementation ("com.jakewharton.byteunits:byteunits:0.9.0")
'com.jakewharton.byteunits:byteunits:jar:0.9.0'
<dependency org="com.jakewharton.byteunits" name="byteunits" rev="0.9.0">
<artifact name="byteunits" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jakewharton.byteunits', module='byteunits', version='0.9.0')
)
libraryDependencies += "com.jakewharton.byteunits" % "byteunits" % "0.9.0"
[com.jakewharton.byteunits/byteunits "0.9.0"]