MVN

com.cuneytayyildiz : usefulthings-library

Maven & Gradle

Apr 02, 2018

UsefulThings · UsefulThings is a all in one library that contains AppRater, ChangeLog, UpdateChecker, ActivityAnimator, CircularImageView, TouchImageView

<dependency>
    <groupId>com.cuneytayyildiz</groupId>
    <artifactId>usefulthings-library</artifactId>
    <version>3.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.cuneytayyildiz : usefulthings-library to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.2

All Versions

Choose a version of com.cuneytayyildiz : usefulthings-library to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
usefulthings-library-3.0.2
usefulthings-library-3.0.0
2.3.x
usefulthings-library-2.3.3
usefulthings-library-2.3.2
usefulthings-library-2.3.1
usefulthings-library-2.3.0
2.2.x
usefulthings-library-2.2.6
usefulthings-library-2.2.5
usefulthings-library-2.2.4
usefulthings-library-2.2.3
usefulthings-library-2.2.2
usefulthings-library-2.2.1
usefulthings-library-2.2.0
2.1.x
usefulthings-library-2.1.4
usefulthings-library-2.1.3
usefulthings-library-2.1.2
usefulthings-library-2.1.1
usefulthings-library-2.1.0
2.0.x
usefulthings-library-2.0.6
usefulthings-library-2.0.5
usefulthings-library-2.0.4
usefulthings-library-2.0.3
usefulthings-library-2.0.2
usefulthings-library-2.0.1
usefulthings-library-2.0.0
1.0
usefulthings-library-1.0
1.0.x
usefulthings-library-1.0.9
usefulthings-library-1.0.8
usefulthings-library-1.0.7
usefulthings-library-1.0.6
usefulthings-library-1.0.4
usefulthings-library-1.0.2
usefulthings-library-1.0.1
usefulthings-library-1.0.0

How to add a dependency to Maven

Add the following com.cuneytayyildiz : usefulthings-library maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.cuneytayyildiz</groupId>
    <artifactId>usefulthings-library</artifactId>
    <version>3.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.cuneytayyildiz : usefulthings-library gradle dependency to your build.gradle file:

implementation 'com.cuneytayyildiz:usefulthings-library:3.0.2'

Gradle Kotlin DSL: Add the following com.cuneytayyildiz : usefulthings-library gradle kotlin dependency to your build.gradle.kts file:

implementation("com.cuneytayyildiz:usefulthings-library:3.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.cuneytayyildiz : usefulthings-library sbt scala dependency to your build.sbt file:

libraryDependencies += "com.cuneytayyildiz" % "usefulthings-library" % "3.0.2"

Advertisement