MVN

kr.co.kdsoft.droidlib : text

Maven & Gradle

Jun 26, 2014

KdSoft DroidLib Text Module · KdSoft Android Library core. Provides some text utilities like SpanBuilder or TypefaceManager.

<dependency>
    <groupId>kr.co.kdsoft.droidlib</groupId>
    <artifactId>text</artifactId>
    <version>1.0.06</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of kr.co.kdsoft.droidlib : text to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.06

All Versions

Choose a version of kr.co.kdsoft.droidlib : text to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
text-1.0.06
text-1.0.05
text-1.0.03
text-1.0.02
text-1.0.01
text-1.0.0
1.00.x
text-1.00.00

How to add a dependency to Maven

Add the following kr.co.kdsoft.droidlib : text maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>kr.co.kdsoft.droidlib</groupId>
    <artifactId>text</artifactId>
    <version>1.0.06</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following kr.co.kdsoft.droidlib : text gradle dependency to your build.gradle file:

implementation 'kr.co.kdsoft.droidlib:text:1.0.06'

Gradle Kotlin DSL: Add the following kr.co.kdsoft.droidlib : text gradle kotlin dependency to your build.gradle.kts file:

implementation("kr.co.kdsoft.droidlib:text:1.0.06")

How to add a dependency to SBT Scala

SBT Scala: Add the following kr.co.kdsoft.droidlib : text sbt scala dependency to your build.sbt file:

libraryDependencies += "kr.co.kdsoft.droidlib" % "text" % "1.0.06"

Advertisement