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