项目作者: darktheft

项目描述 :
Darktheft debug android app , darktheft contributing to open source code for debugging android app
高级语言: Java
项目地址: git://github.com/darktheft/debug_darktheft.git
创建时间: 2019-12-26T07:08:37Z
项目社区:https://github.com/darktheft/debug_darktheft

开源协议:

下载


debug_darktheft

To get a Git project into your build:

donate

Subscribe

Youtube

gradle

Step 1. Add the JitPack repository to your build file

  1. allprojects {
  2. repositories {
  3. ...
  4. maven { url 'https://jitpack.io' }
  5. }
  6. }

Step 2. Add the dependency

  1. dependencies {
  2. implementation 'com.github.darktheft:debug_darktheft:v1.0.1'
  3. }

Maven

Step 1. Add the JitPack repository to your build file



jitpack.io
https://jitpack.io

Step 2. Add the dependency


com.github.darktheft
debug_darktheft
v1.0.1
  1. Step 1. Add the JitPack repository to your build file

Add it in your build.sbt at the end of resolvers:

  1. resolvers += "jitpack" at "https://jitpack.io"

Step 2. Add the dependency

  1. libraryDependencies += "com.github.darktheft" % "debug_darktheft" % "v1.0.1"
  2. Step 1. Add the JitPack repository to your build file

Add it in your project.clj at the end of repositories:

  1. :repositories [["jitpack" "https://jitpack.io"]]

Step 2. Add the dependency

  1. :dependencies [[com.github.darktheft/debug_darktheft "v1.0.1"]]