Skip to content

TrueNight/Utils

Repository files navigation

Utils

Download Maven Central Javadoc

Installation

Add dependency to your build.gradle file:

dependencies {
    compile 'xyz.truenight.utils:utils:1.0.6'
}

or to your pom.xml if you're using Maven:

<dependency>
  <groupId>xyz.truenight.utils</groupId>
  <artifactId>utils</artifactId>
  <version>1.0.6</version>
  <type>pom</type>
</dependency>

#AndroidUtils Download Maven Central Javadoc

Installation

AndroidUtils includes Utils library

Add dependency to your build.gradle file:

dependencies {
    compile 'xyz.truenight.utils:android-utils:0.7.8'
}

or to your pom.xml if you're using Maven:

<dependency>
  <groupId>xyz.truenight.utils</groupId>
  <artifactId>android-utils</artifactId>
  <version>0.7.8</version>
  <type>pom</type>
</dependency>

#ViewUtils Download Maven Central Javadoc

Installation

ViewUtils includes Utils library

Add dependency to your build.gradle file:

dependencies {
    compile 'xyz.truenight.utils:view-utils:1.0.4'
}

or to your pom.xml if you're using Maven:

<dependency>
  <groupId>xyz.truenight.utils</groupId>
  <artifactId>view-utils</artifactId>
  <version>1.0.4</version>
  <type>pom</type>
</dependency>

#AspectProfiler Download Maven Central Javadoc

Installation

Add dependency to your project build.gradle file:

buildscript {
    repositories {
        jcenter()
    }
    dependencies {
        classpath 'com.uphyca.gradle:gradle-android-aspectj-plugin:0.9.14'
    }
}

And then add dependency to your module build.gradle file:

apply plugin: 'android-aspectj'

dependencies {
    compile 'xyz.truenight.utils:aspect-profiler:1.0'
}

or to your pom.xml if you're using Maven:

<dependency>
  <groupId>xyz.truenight.utils</groupId>
  <artifactId>aspect-profiler</artifactId>
  <version>1.0</version>
  <type>pom</type>
</dependency>

About

Java and Android utils

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages