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