| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.robinhood.ticker | 
    
| ArtifactId | ArtifactIdticker | 
    
| Last Version | Last Version2.0.4 | 
        
| Release Date | Release Date | 
        
| Type | Typeaar | 
    
| Description | 
            DescriptionTicker 
            A textview for Android that supports scrolling text animation. 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| ticker-2.0.4.pom | |
| ticker-2.0.4.aar | 12 KB | 
| ticker-2.0.4-sources.jar | 11 KB | 
| ticker-2.0.4-javadoc.jar | 29 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.robinhood.ticker/ticker/ -->
<dependency>
    <groupId>com.robinhood.ticker</groupId>
    <artifactId>ticker</artifactId>
    <version>2.0.4</version>
    <type>aar</type>
</dependency>
                // https://jarcasting.com/artifacts/com.robinhood.ticker/ticker/
implementation 'com.robinhood.ticker:ticker:2.0.4'
                // https://jarcasting.com/artifacts/com.robinhood.ticker/ticker/
implementation ("com.robinhood.ticker:ticker:2.0.4")
                'com.robinhood.ticker:ticker:aar:2.0.4'
                <dependency org="com.robinhood.ticker" name="ticker" rev="2.0.4">
  <artifact name="ticker" type="aar" />
</dependency>
                @Grapes(
@Grab(group='com.robinhood.ticker', module='ticker', version='2.0.4')
)
                libraryDependencies += "com.robinhood.ticker" % "ticker" % "2.0.4"
                [com.robinhood.ticker/ticker "2.0.4"]