GroupId | GroupIdorg.androidtransfuse |
---|---|
ArtifactId | ArtifactIdtransfuse |
Version | Version0.2.11 |
Type | Typejar |
Filename | Size |
---|---|
transfuse-0.2.11.pom | |
transfuse-0.2.11.jar | 606 KB |
transfuse-0.2.11-sources.jar | 215 KB |
transfuse-0.2.11-javadoc.jar | 1 MB |
transfuse-0.2.11-jar-with-dependencies.jar | 5 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.androidtransfuse/transfuse/ -->
<dependency>
<groupId>org.androidtransfuse</groupId>
<artifactId>transfuse</artifactId>
<version>0.2.11</version>
</dependency>
// https://jarcasting.com/artifacts/org.androidtransfuse/transfuse/
implementation 'org.androidtransfuse:transfuse:0.2.11'
// https://jarcasting.com/artifacts/org.androidtransfuse/transfuse/
implementation ("org.androidtransfuse:transfuse:0.2.11")
'org.androidtransfuse:transfuse:jar:0.2.11'
<dependency org="org.androidtransfuse" name="transfuse" rev="0.2.11">
<artifact name="transfuse" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.androidtransfuse', module='transfuse', version='0.2.11')
)
libraryDependencies += "org.androidtransfuse" % "transfuse" % "0.2.11"
[org.androidtransfuse/transfuse "0.2.11"]