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