| License |
License |
|---|---|
| GroupId | GroupIdorg.nutz |
| ArtifactId | ArtifactIdj2cache-shiro |
| Version | Version1.0.2 |
| Type | Typejar |
| Description |
DescriptionJ2Cache-Shiro
J2Cache作为Shiro的Cache提供者
|
| Filename | Size |
|---|---|
| j2cache-shiro-1.0.2.pom | |
| j2cache-shiro-1.0.2.jar | 4 KB |
| j2cache-shiro-1.0.2-sources.jar | 2 KB |
| j2cache-shiro-1.0.2-javadoc.jar | 30 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.nutz/j2cache-shiro/ -->
<dependency>
<groupId>org.nutz</groupId>
<artifactId>j2cache-shiro</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.nutz/j2cache-shiro/
implementation 'org.nutz:j2cache-shiro:1.0.2'
// https://jarcasting.com/artifacts/org.nutz/j2cache-shiro/
implementation ("org.nutz:j2cache-shiro:1.0.2")
'org.nutz:j2cache-shiro:jar:1.0.2'
<dependency org="org.nutz" name="j2cache-shiro" rev="1.0.2">
<artifact name="j2cache-shiro" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.nutz', module='j2cache-shiro', version='1.0.2')
)
libraryDependencies += "org.nutz" % "j2cache-shiro" % "1.0.2"
[org.nutz/j2cache-shiro "1.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| net.oschina.j2cache : j2cache-core | jar | 1.3.0 |
| org.apache.shiro : shiro-ehcache | jar | 1.2.4 |