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