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