s

shiro-integration-tests

Test for alternate major versions of dependencies
文件下载
文件名 操作
shiro-integration-tests-1.8.0.pom 下载
Apache Maven
<dependency>
  <groupId>org.apache.shiro.integrationtests</groupId>
  <artifactId>shiro-integration-tests</artifactId>
  <version>1.8.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.shiro.integrationtests:shiro-integration-tests:1.8.0'
Gradle Kotlin
implementation("org.apache.shiro.integrationtests:shiro-integration-tests:1.8.0")
Scala SBT
libraryDependencies += "org.apache.shiro.integrationtests" % "shiro-integration-tests" % "1.8.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.shiro.integrationtests', module='shiro-integration-tests', version='1.8.0')
)
Apache Ivy
<dependency org="org.apache.shiro.integrationtests" name="shiro-integration-tests" rev="1.8.0" />
Leiningen
[org.apache.shiro.integrationtests/shiro-integration-tests "1.8.0"]
Apache Buildr
'org.apache.shiro.integrationtests:shiro-integration-tests:jar:1.8.0'