文件下载
文件名 操作
basepom-15.pom 下载
Apache Maven
<dependency>
  <groupId>com.github.nhirakawa</groupId>
  <artifactId>basepom</artifactId>
  <version>15</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.nhirakawa:basepom:15'
Gradle Kotlin
implementation("com.github.nhirakawa:basepom:15")
Scala SBT
libraryDependencies += "com.github.nhirakawa" % "basepom" % "15"
Groovy Grape
@Grapes(
  @Grab(group='com.github.nhirakawa', module='basepom', version='15')
)
Apache Ivy
<dependency org="com.github.nhirakawa" name="basepom" rev="15" />
Leiningen
[com.github.nhirakawa/basepom "15"]
Apache Buildr
'com.github.nhirakawa:basepom:jar:15'
本项目依赖
该项目无第三方依赖