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