文件下载
文件名 操作
jinahya-springframework-0.0.5.jar 下载
jinahya-springframework-0.0.5.pom 下载
jinahya-springframework-0.0.5-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.jinahya</groupId>
  <artifactId>jinahya-springframework</artifactId>
  <version>0.0.5</version>
</dependency>
Gradle Groovy
implementation 'com.github.jinahya:jinahya-springframework:0.0.5'
Gradle Kotlin
implementation("com.github.jinahya:jinahya-springframework:0.0.5")
Scala SBT
libraryDependencies += "com.github.jinahya" % "jinahya-springframework" % "0.0.5"
Groovy Grape
@Grapes(
  @Grab(group='com.github.jinahya', module='jinahya-springframework', version='0.0.5')
)
Apache Ivy
<dependency org="com.github.jinahya" name="jinahya-springframework" rev="0.0.5" />
Leiningen
[com.github.jinahya/jinahya-springframework "0.0.5"]
Apache Buildr
'com.github.jinahya:jinahya-springframework:jar:0.0.5'