MVN

org.androidtransfuse : transfuse-plugin

Maven & Gradle

Feb 07, 2020
1 usages

Transfuse Plugin API

<dependency>
    <groupId>org.androidtransfuse</groupId>
    <artifactId>transfuse-plugin</artifactId>
    <version>0.3.0-beta-14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.androidtransfuse : transfuse-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.0-beta-14
  • Latest Beta: 0.3.0-beta-14

All Versions

Choose a version of org.androidtransfuse : transfuse-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
transfuse-plugin-0.3.0-beta-14
transfuse-plugin-0.3.0-beta-13
transfuse-plugin-0.3.0-beta-12
transfuse-plugin-0.3.0-beta-11
transfuse-plugin-0.3.0-beta-10
transfuse-plugin-0.3.0-beta-9
transfuse-plugin-0.3.0-beta-8
transfuse-plugin-0.3.0-beta-7
transfuse-plugin-0.3.0-beta-6
transfuse-plugin-0.3.0-beta-5
transfuse-plugin-0.3.0-beta-4
transfuse-plugin-0.3.0-beta-3
transfuse-plugin-0.3.0-beta-2
transfuse-plugin-0.3.0-beta-1

How to add a dependency to Maven

Add the following org.androidtransfuse : transfuse-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.androidtransfuse</groupId>
    <artifactId>transfuse-plugin</artifactId>
    <version>0.3.0-beta-14</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.androidtransfuse : transfuse-plugin gradle dependency to your build.gradle file:

implementation 'org.androidtransfuse:transfuse-plugin:0.3.0-beta-14'

Gradle Kotlin DSL: Add the following org.androidtransfuse : transfuse-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("org.androidtransfuse:transfuse-plugin:0.3.0-beta-14")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.androidtransfuse : transfuse-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "org.androidtransfuse" % "transfuse-plugin" % "0.3.0-beta-14"