MVN

org.baracus : baracus-framework

Maven & Gradle

Sep 22, 2020
26 stars

baracus-framework · The BARACUS Framework for lightweight DI, ORM and other cool stuff for Your Android application

<dependency>
    <groupId>org.baracus</groupId>
    <artifactId>baracus-framework</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.baracus : baracus-framework to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1
  • Latest Beta: 0.7-Beta1

All Versions

Choose a version of org.baracus : baracus-framework to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
baracus-framework-1.0.1
0.9.x
baracus-framework-0.9.3
baracus-framework-0.9.3-SNAPSHOT.1
baracus-framework-0.9.2
baracus-framework-0.9.1
0.9
baracus-framework-0.9
0.8.x
baracus-framework-0.8.2
baracus-framework-0.8.1
0.8
baracus-framework-0.8
0.7
baracus-framework-0.7-SR1
baracus-framework-0.7
baracus-framework-0.7-Beta1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.baracus</groupId>
    <artifactId>baracus-framework</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.baracus : baracus-framework gradle dependency to your build.gradle file:

implementation 'org.baracus:baracus-framework:1.0.1'

Gradle Kotlin DSL: Add the following org.baracus : baracus-framework gradle kotlin dependency to your build.gradle.kts file:

implementation("org.baracus:baracus-framework:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.baracus : baracus-framework sbt scala dependency to your build.sbt file:

libraryDependencies += "org.baracus" % "baracus-framework" % "1.0.1"