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