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