h

hello-gradle

使用gradle发布项目到中央仓库
https://github.com/ncc0706/hello-gradle
The MIT License
ncc0706
Files download
File Operation
hello-gradle-0.0.1.jar download
hello-gradle-0.0.1.pom download
hello-gradle-0.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.ncc0706</groupId>
  <artifactId>hello-gradle</artifactId>
  <version>0.0.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.ncc0706:hello-gradle:0.0.1'
Gradle Kotlin
implementation("io.github.ncc0706:hello-gradle:0.0.1")
Scala SBT
libraryDependencies += "io.github.ncc0706" % "hello-gradle" % "0.0.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.ncc0706', module='hello-gradle', version='0.0.1')
)
Apache Ivy
<dependency org="io.github.ncc0706" name="hello-gradle" rev="0.0.1" />
Leiningen
[io.github.ncc0706/hello-gradle "0.0.1"]
Apache Buildr
'io.github.ncc0706:hello-gradle:jar:0.0.1'
Dependencies