MVN

fr.baloomba : beautiful_form

Maven & Gradle

Jan 05, 2015

beautiful_form · Android Beautiful Form

<dependency>
    <groupId>fr.baloomba</groupId>
    <artifactId>beautiful_form</artifactId>
    <version>0.3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of fr.baloomba : beautiful_form to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.2

All Versions

Choose a version of fr.baloomba : beautiful_form to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
beautiful_form-0.3.2
beautiful_form-0.3.1
beautiful_form-0.3.0
0.2.x
beautiful_form-0.2.5
beautiful_form-0.2.4
beautiful_form-0.2.3
beautiful_form-0.2.2
beautiful_form-0.2.1
beautiful_form-0.2.0
0.1.x
beautiful_form-0.1.2
beautiful_form-0.1.1
beautiful_form-0.1.0

How to add a dependency to Maven

Add the following fr.baloomba : beautiful_form maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>fr.baloomba</groupId>
    <artifactId>beautiful_form</artifactId>
    <version>0.3.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following fr.baloomba : beautiful_form gradle dependency to your build.gradle file:

implementation 'fr.baloomba:beautiful_form:0.3.2'

Gradle Kotlin DSL: Add the following fr.baloomba : beautiful_form gradle kotlin dependency to your build.gradle.kts file:

implementation("fr.baloomba:beautiful_form:0.3.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following fr.baloomba : beautiful_form sbt scala dependency to your build.sbt file:

libraryDependencies += "fr.baloomba" % "beautiful_form" % "0.3.2"

Advertisement