plugins { java } repositories { mavenCentral() } dependencies { implementation("io.vertx:vertx-core:3.8.0") ➀ ...
確定! 回上一頁