MVN

org.androidtransfuse : transfuse-bootstrap

Maven & Gradle

Feb 07, 2020
2 usages

Transfuse Bootstrap

<dependency>
    <groupId>org.androidtransfuse</groupId>
    <artifactId>transfuse-bootstrap</artifactId>
    <version>0.2.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

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

All Versions

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

Version Vulnerabilities Updated
0.3.x
transfuse-bootstrap-0.3.0-beta-14
transfuse-bootstrap-0.3.0-beta-13
transfuse-bootstrap-0.3.0-beta-12
transfuse-bootstrap-0.3.0-beta-11
transfuse-bootstrap-0.3.0-beta-10
transfuse-bootstrap-0.3.0-beta-9
transfuse-bootstrap-0.3.0-beta-8
transfuse-bootstrap-0.3.0-beta-7
transfuse-bootstrap-0.3.0-beta-6
transfuse-bootstrap-0.3.0-beta-5
transfuse-bootstrap-0.3.0-beta-4
transfuse-bootstrap-0.3.0-beta-3
transfuse-bootstrap-0.3.0-beta-2
transfuse-bootstrap-0.3.0-beta-1
0.2.x
transfuse-bootstrap-0.2.11
transfuse-bootstrap-0.2.10
transfuse-bootstrap-0.2.9
transfuse-bootstrap-0.2.8
transfuse-bootstrap-0.2.7
transfuse-bootstrap-0.2.6
transfuse-bootstrap-0.2.5
transfuse-bootstrap-0.2.4
transfuse-bootstrap-0.2.3
transfuse-bootstrap-0.2.2
transfuse-bootstrap-0.2.1
transfuse-bootstrap-0.2.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.androidtransfuse</groupId>
    <artifactId>transfuse-bootstrap</artifactId>
    <version>0.2.11</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.androidtransfuse:transfuse-bootstrap:0.2.11'

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

implementation("org.androidtransfuse:transfuse-bootstrap:0.2.11")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.androidtransfuse" % "transfuse-bootstrap" % "0.2.11"