MVN

com.github.bluejamesbond : textjustify-android

Maven & Gradle

Apr 20, 2016
1.8k stars

TextJustify-Android Library · Android Text Full Jusiftication

<dependency>
    <groupId>com.github.bluejamesbond</groupId>
    <artifactId>textjustify-android</artifactId>
    <version>2.1.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.bluejamesbond : textjustify-android to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.6

All Versions

Choose a version of com.github.bluejamesbond : textjustify-android to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
textjustify-android-2.1.6
textjustify-android-2.1.1
textjustify-android-2.1.0
2.0.x
textjustify-android-2.0.9
textjustify-android-2.0.8
textjustify-android-2.0.6
textjustify-android-2.0.5
textjustify-android-2.0.4
textjustify-android-2.0.3
textjustify-android-2.0.2
textjustify-android-2.0.1
2.0
textjustify-android-2.0
1.6
textjustify-android-1.6
1.5.x
textjustify-android-1.5.1
1.5
textjustify-android-1.5
1.4
textjustify-android-1.4
1.3
textjustify-android-1.3
1.2
textjustify-android-1.2
1.1
textjustify-android-1.1
1.0
textjustify-android-1.0

How to add a dependency to Maven

Add the following com.github.bluejamesbond : textjustify-android maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.bluejamesbond</groupId>
    <artifactId>textjustify-android</artifactId>
    <version>2.1.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.bluejamesbond : textjustify-android gradle dependency to your build.gradle file:

implementation 'com.github.bluejamesbond:textjustify-android:2.1.6'

Gradle Kotlin DSL: Add the following com.github.bluejamesbond : textjustify-android gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.bluejamesbond:textjustify-android:2.1.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.bluejamesbond : textjustify-android sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.bluejamesbond" % "textjustify-android" % "2.1.6"