GroupId | GroupIdorg.androidtransfuse |
---|---|
ArtifactId | ArtifactIdtransfuse-bootstrap |
Version | Version0.3.0-beta-2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.androidtransfuse/transfuse-bootstrap/ -->
<dependency>
<groupId>org.androidtransfuse</groupId>
<artifactId>transfuse-bootstrap</artifactId>
<version>0.3.0-beta-2</version>
</dependency>
// https://jarcasting.com/artifacts/org.androidtransfuse/transfuse-bootstrap/
implementation 'org.androidtransfuse:transfuse-bootstrap:0.3.0-beta-2'
// https://jarcasting.com/artifacts/org.androidtransfuse/transfuse-bootstrap/
implementation ("org.androidtransfuse:transfuse-bootstrap:0.3.0-beta-2")
'org.androidtransfuse:transfuse-bootstrap:jar:0.3.0-beta-2'
<dependency org="org.androidtransfuse" name="transfuse-bootstrap" rev="0.3.0-beta-2">
<artifact name="transfuse-bootstrap" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.androidtransfuse', module='transfuse-bootstrap', version='0.3.0-beta-2')
)
libraryDependencies += "org.androidtransfuse" % "transfuse-bootstrap" % "0.3.0-beta-2"
[org.androidtransfuse/transfuse-bootstrap "0.3.0-beta-2"]