GroupId | GroupIdorg.codeartisans.shiro |
---|---|
ArtifactId | ArtifactIdshiro-ext-x509-web |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
shiro-ext-x509-web-1.0.pom | |
shiro-ext-x509-web-1.0.jar | 7 KB |
shiro-ext-x509-web-1.0-sources.jar | 4 KB |
shiro-ext-x509-web-1.0-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codeartisans.shiro/shiro-ext-x509-web/ -->
<dependency>
<groupId>org.codeartisans.shiro</groupId>
<artifactId>shiro-ext-x509-web</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.codeartisans.shiro/shiro-ext-x509-web/
implementation 'org.codeartisans.shiro:shiro-ext-x509-web:1.0'
// https://jarcasting.com/artifacts/org.codeartisans.shiro/shiro-ext-x509-web/
implementation ("org.codeartisans.shiro:shiro-ext-x509-web:1.0")
'org.codeartisans.shiro:shiro-ext-x509-web:jar:1.0'
<dependency org="org.codeartisans.shiro" name="shiro-ext-x509-web" rev="1.0">
<artifact name="shiro-ext-x509-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codeartisans.shiro', module='shiro-ext-x509-web', version='1.0')
)
libraryDependencies += "org.codeartisans.shiro" % "shiro-ext-x509-web" % "1.0"
[org.codeartisans.shiro/shiro-ext-x509-web "1.0"]