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