MVN

cn.trinea.android.common : trinea-android-common

Maven & Gradle

May 13, 2014
5k stars

Trinea Android Common Library · Android common lib, include ImageCache, HttpCache, DropDownListView, DownloadManager, Utils and so on

<dependency>
    <groupId>cn.trinea.android.common</groupId>
    <artifactId>trinea-android-common</artifactId>
    <version>4.2.15</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.trinea.android.common : trinea-android-common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.2.15

All Versions

Choose a version of cn.trinea.android.common : trinea-android-common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.2.x
trinea-android-common-4.2.15

How to add a dependency to Maven

Add the following cn.trinea.android.common : trinea-android-common maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.trinea.android.common</groupId>
    <artifactId>trinea-android-common</artifactId>
    <version>4.2.15</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.trinea.android.common : trinea-android-common gradle dependency to your build.gradle file:

implementation 'cn.trinea.android.common:trinea-android-common:4.2.15'

Gradle Kotlin DSL: Add the following cn.trinea.android.common : trinea-android-common gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.trinea.android.common:trinea-android-common:4.2.15")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.trinea.android.common : trinea-android-common sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.trinea.android.common" % "trinea-android-common" % "4.2.15"

Advertisement