MVN

io.github.stefanosiano.powerful_libraries : sama

Maven & Gradle

Jan 16, 2023
0 stars

Powerful Sama (Simplified Android Mvvm Architecture) · Simplified Android Mvvm Architecture

<dependency>
    <groupId>io.github.stefanosiano.powerful_libraries</groupId>
    <artifactId>sama</artifactId>
    <version>0.5.00</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.stefanosiano.powerful_libraries : sama to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.00

All Versions

Choose a version of io.github.stefanosiano.powerful_libraries : sama to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
sama-0.5.00
0.4.x
sama-0.4.23
sama-0.4.22
sama-0.4.21
sama-0.4.20
sama-0.4.19
sama-0.4.18
sama-0.4.17
sama-0.4.16
sama-0.4.15
sama-0.4.14
sama-0.4.13
sama-0.4.12
sama-0.4.11
sama-0.4.10
sama-0.4.09
sama-0.4.08
sama-0.4.07
sama-0.4.06

How to add a dependency to Maven

Add the following io.github.stefanosiano.powerful_libraries : sama maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.stefanosiano.powerful_libraries</groupId>
    <artifactId>sama</artifactId>
    <version>0.5.00</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.stefanosiano.powerful_libraries : sama gradle dependency to your build.gradle file:

implementation 'io.github.stefanosiano.powerful_libraries:sama:0.5.00'

Gradle Kotlin DSL: Add the following io.github.stefanosiano.powerful_libraries : sama gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.stefanosiano.powerful_libraries:sama:0.5.00")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.stefanosiano.powerful_libraries : sama sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.stefanosiano.powerful_libraries" % "sama" % "0.5.00"