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