| Categories | 
                CategoriesScala Languages | 
        
|---|---|
| GroupId | GroupIdcom.github.mr746866 | 
    
| ArtifactId | ArtifactIdscalableunits | 
    
| Last Version | Last Version1.0.0 | 
        
| Release Date | Release Date | 
        
| Type | Typeaar | 
    
| Description | 
            Description | 
    
| Filename | Size | 
|---|---|
| scalableunits-1.0.0.pom | |
| scalableunits-1.0.0.aar | 147 KB | 
| scalableunits-1.0.0-sources.jar | 261 bytes | 
| scalableunits-1.0.0-javadoc.jar | 261 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.mr746866/scalableunits/ -->
<dependency>
    <groupId>com.github.mr746866</groupId>
    <artifactId>scalableunits</artifactId>
    <version>1.0.0</version>
    <type>aar</type>
</dependency>
                // https://jarcasting.com/artifacts/com.github.mr746866/scalableunits/
implementation 'com.github.mr746866:scalableunits:1.0.0'
                // https://jarcasting.com/artifacts/com.github.mr746866/scalableunits/
implementation ("com.github.mr746866:scalableunits:1.0.0")
                'com.github.mr746866:scalableunits:aar:1.0.0'
                <dependency org="com.github.mr746866" name="scalableunits" rev="1.0.0">
  <artifact name="scalableunits" type="aar" />
</dependency>
                @Grapes(
@Grab(group='com.github.mr746866', module='scalableunits', version='1.0.0')
)
                libraryDependencies += "com.github.mr746866" % "scalableunits" % "1.0.0"
                [com.github.mr746866/scalableunits "1.0.0"]