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