Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

【Java】パッケージ管理ツール経由でのインストール対応 #20

Closed
samunohito opened this issue Mar 23, 2019 · 1 comment

Comments

@samunohito
Copy link
Owner

#18 が実現できないと何もできないけど、多分できるので先に切っておく。
Mavenのリポジトリに追加できたらいいなという願望…。

@samunohito samunohito changed the title パッケージ管理ツール経由でのインストール対応(Java) 【Java】パッケージ管理ツール経由でのインストール対応 Mar 24, 2019
@samunohito
Copy link
Owner Author

できた。あとはJCenterへの反映を待つだけ。
https://bintray.com/sam-osamu/maven/com.kanaria.kanaria_jvm

JCenter対応後はallprojects配下を入れなくてもkanaria_jvmをdependenciesにいれれば使用できるようになる。

allprojects {
    repositories {
        maven { url "https://dl.bintray.com/sam-osamu/maven" }
    }
}

dependencies {
 implementation 'com.kanaria:kanaria_jvm:0.1.0'
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant