GroupId | GroupIdorg.apache.shiro.integrationtests |
---|---|
ArtifactId | ArtifactIdshiro-integration-tests |
Version | Version1.4.1 |
Type | Typepom |
Filename | Size |
---|---|
shiro-integration-tests-1.4.1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.shiro.integrationtests/shiro-integration-tests/ -->
<dependency>
<groupId>org.apache.shiro.integrationtests</groupId>
<artifactId>shiro-integration-tests</artifactId>
<version>1.4.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.shiro.integrationtests/shiro-integration-tests/
implementation 'org.apache.shiro.integrationtests:shiro-integration-tests:1.4.1'
// https://jarcasting.com/artifacts/org.apache.shiro.integrationtests/shiro-integration-tests/
implementation ("org.apache.shiro.integrationtests:shiro-integration-tests:1.4.1")
'org.apache.shiro.integrationtests:shiro-integration-tests:pom:1.4.1'
<dependency org="org.apache.shiro.integrationtests" name="shiro-integration-tests" rev="1.4.1">
<artifact name="shiro-integration-tests" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.shiro.integrationtests', module='shiro-integration-tests', version='1.4.1')
)
libraryDependencies += "org.apache.shiro.integrationtests" % "shiro-integration-tests" % "1.4.1"
[org.apache.shiro.integrationtests/shiro-integration-tests "1.4.1"]