项目作者: Scarabei

项目描述 :
Collection of open source reusable Java/Android/libGDX/iOS components for mobile cross-platform development
高级语言: Java
项目地址: git://github.com/Scarabei/Scarabei.git
创建时间: 2015-10-30T11:02:15Z
项目社区:https://github.com/Scarabei/Scarabei

开源协议:

下载


Scarabei

Collection of open source reusable Java components

Набор Java-компонентов, чтобы катать всякое говно

Installation

See also: https://jitpack.io/#Scarabei/Scarabei/

  1. apply plugin: 'java'
  2. apply plugin: 'maven'
  3. sourceCompatibility = 1.8
  4. [compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
  5. repositories {
  6. maven { url 'https://jitpack.io' }
  7. mavenCentral()
  8. }
  9. dependencies {
  10. //format: compile 'com.github.Scarabei.Scarabei:%project-name%:%version%'
  11. compile 'com.github.Scarabei.Scarabei:scarabei-api:-SNAPSHOT'
  12. compile 'com.github.Scarabei.Scarabei:scarabei-api-desktop:-SNAPSHOT'
  13. compile 'com.github.Scarabei.Scarabei:scarabei-red:-SNAPSHOT'
  14. compile 'com.github.Scarabei.Scarabei:scarabei-red-desktop:-SNAPSHOT'
  15. compile 'com.github.Scarabei.Scarabei:scarabei-gson:-SNAPSHOT'
  16. compile 'com.github.Scarabei.Scarabei:scarabei-apache-cmns:-SNAPSHOT'
  17. ...
  18. }