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