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