| Categories | 
                CategoriesWire Data Data Structures | 
        
|---|---|
| GroupId | GroupIddev.hotwire | 
    
| ArtifactId | ArtifactIdturbo | 
    
| Version | Version7.0.0-beta13 | 
        
| Type | Typeaar | 
    
| Filename | Size | 
|---|---|
| turbo-7.0.0-beta13.pom | |
| turbo-7.0.0-beta13-sources.jar | 59 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/dev.hotwire/turbo/ -->
<dependency>
    <groupId>dev.hotwire</groupId>
    <artifactId>turbo</artifactId>
    <version>7.0.0-beta13</version>
    <type>aar</type>
</dependency>
                // https://jarcasting.com/artifacts/dev.hotwire/turbo/
implementation 'dev.hotwire:turbo:7.0.0-beta13'
                // https://jarcasting.com/artifacts/dev.hotwire/turbo/
implementation ("dev.hotwire:turbo:7.0.0-beta13")
                'dev.hotwire:turbo:aar:7.0.0-beta13'
                <dependency org="dev.hotwire" name="turbo" rev="7.0.0-beta13">
  <artifact name="turbo" type="aar" />
</dependency>
                @Grapes(
@Grab(group='dev.hotwire', module='turbo', version='7.0.0-beta13')
)
                libraryDependencies += "dev.hotwire" % "turbo" % "7.0.0-beta13"
                [dev.hotwire/turbo "7.0.0-beta13"]