GroupId | GroupIdorg.androidtransfuse |
---|---|
ArtifactId | ArtifactIdtransfuse-bootstrap |
Version | Version0.2.10 |
Type | Typejar |
Filename | Size |
---|---|
transfuse-bootstrap-0.2.10.pom | |
transfuse-bootstrap-0.2.10.jar | 37 KB |
transfuse-bootstrap-0.2.10-sources.jar | 16 KB |
transfuse-bootstrap-0.2.10-javadoc.jar | 93 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.androidtransfuse/transfuse-bootstrap/ -->
<dependency>
<groupId>org.androidtransfuse</groupId>
<artifactId>transfuse-bootstrap</artifactId>
<version>0.2.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.androidtransfuse/transfuse-bootstrap/
implementation 'org.androidtransfuse:transfuse-bootstrap:0.2.10'
// https://jarcasting.com/artifacts/org.androidtransfuse/transfuse-bootstrap/
implementation ("org.androidtransfuse:transfuse-bootstrap:0.2.10")
'org.androidtransfuse:transfuse-bootstrap:jar:0.2.10'
<dependency org="org.androidtransfuse" name="transfuse-bootstrap" rev="0.2.10">
<artifact name="transfuse-bootstrap" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.androidtransfuse', module='transfuse-bootstrap', version='0.2.10')
)
libraryDependencies += "org.androidtransfuse" % "transfuse-bootstrap" % "0.2.10"
[org.androidtransfuse/transfuse-bootstrap "0.2.10"]