r

rya.export.integration

Integration tests for the Rya Export application.
文件下载
文件名 操作
rya.export.integration-4.0.1.jar 下载
rya.export.integration-4.0.1.pom 下载
rya.export.integration-4.0.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.rya</groupId>
  <artifactId>rya.export.integration</artifactId>
  <version>4.0.1</version>
</dependency>
Gradle Groovy
implementation 'org.apache.rya:rya.export.integration:4.0.1'
Gradle Kotlin
implementation("org.apache.rya:rya.export.integration:4.0.1")
Scala SBT
libraryDependencies += "org.apache.rya" % "rya.export.integration" % "4.0.1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.rya', module='rya.export.integration', version='4.0.1')
)
Apache Ivy
<dependency org="org.apache.rya" name="rya.export.integration" rev="4.0.1" />
Leiningen
[org.apache.rya/rya.export.integration "4.0.1"]
Apache Buildr
'org.apache.rya:rya.export.integration:jar:4.0.1'