記事へのコメント1件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
build.gradleひな形メモ - Qiita
apply plugin: 'application' startScripts { applicationName = 'startScriptsName' mainClassName = '... apply plugin: 'application' startScripts { applicationName = 'startScriptsName' mainClassName = 'main.class.Name' } distZip.baseName = 'distZipName' jar.baseName = 'jarName' sourceCompatibility = '1.7' targetCompatibility = '1.7' repositories { mavenCentral() maven { url 'repository url' } } dependencies { compile 'org.apache.commons:commons-lang3:3.2.1' testCompile 'junit:junit:4.11', {transitive



2014/04/27 リンク