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