Skip to content

Instantly share code, notes, and snippets.

@chuross
Last active November 22, 2017 15:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chuross/56b8dc6bb87b082bb2e336d716115c07 to your computer and use it in GitHub Desktop.
Save chuross/56b8dc6bb87b082bb2e336d716115c07 to your computer and use it in GitHub Desktop.
Qiitaの自作ライブラリ紹介用のテンプレート

今回の成果物

{library name}

{github repository url} {library image}

特長

導入

  1. jitpackをrepositoryに追加する
repositories {
    maven { url "https://jitpack.io" }
}
  1. dependenciesにライブラリを追加する
dependencies {
    compile {package}
}

使い方

属性一覧

key type description etc
a b c d

ライセンス

あとがき

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment