Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

xyz.truenight.utils:aspect-profiler

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xyz.truenight.utils:aspect-profiler

Profiler based on aspect

  • 1.0
  • Source
  • Maven
  • Socket score

Version published
Maintainers
1
Source

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>

FAQs

Package last updated on 13 Oct 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc