Giter Club home page Giter Club logo

maven's Introduction

My Maven Library

Build Status

This is the Maven Project, built by IntelliJ IDEA etc.

When using a library of this repository, please add this link: http://mickey305.github.io/maven/ to a build.gradle file. For more information, I will describe in the next section.

Installation

Gradle projects are managed by build.gradle files in their root directory. Please insert build.gradle file in their root directry or sub-project directory if you might use this library to build your gradle project.

Register repository in local library

repositories {
    maven { url 'http://mickey305.github.io/maven/repository/' }

}

Compile library

e.g.

dependencies {
    compile 'com.mickey305:common-library:0.0.1'

}

"icon" Gradle's useful links

History

"icon" android-common-library

0.0.1
  • java version - jdk7 on the dalvik.
  • android API higher than 19 (Kitkat).
  • same v0.0.3 of the common-library.
  • gradle code: compile 'com.mickey305:android-common-library:0.0.1'
  • detail document here

"icon" android-extension-library

0.0.1
  • Java version - jdk7.
  • android API: from 19 to 23.
  • Timer - Related Class on Android System.
  • may launch the Class(e.g. Activity, Service or BroadcastReceiver) or subclasses of those classes.
  • gradle code: compile 'com.mickey305:android-extension-library:0.0.1'
  • detail document here
  • example code
  /* register Activity Class at 17:17:00 */

  int id = 0;
  // default timezone - Asia/Tokyo (+9:00)
  MultipleScheduler ms = new MultipleScheduler(getApplicationContext());

  try {
      ms.setByTime(TestActivity.class, id, 17, 17, 0);
  } catch (LaunchClassTypeException e) {
      e.printStackTrace();
  }
  /* cancel Activity Class - launch */

  try {
     ms.cancel(TestActivity.class, id);
  } catch (LaunchClassTypeException e) {
     e.printStackTrace();
  }

"icon" common-library

0.0.2 - 0.0.3
  • java version - jdk8.
  • Bugfix - RingBuffer class.
  • JSON analysis libs added.
  • gradle code: compile 'com.mickey305:common-library:0.0.2'
  • detail document here
0.0.1
  • java version - higher than jdk7.
  • First release.
  • RingBuffer class added.
  • gradle code: compile 'com.mickey305:common-library:0.0.1'
  • detail document here

maven's People

Contributors

mickey305 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.