| Categories |
CategoriesData Realm Databases |
|---|---|
| GroupId | GroupIdorg.atteo.moonshine |
| ArtifactId | ArtifactIdshiro-database-realm |
| Version | Version0.9 |
| Type | Typejar |
| Filename | Size |
|---|---|
| shiro-database-realm-0.9.pom | |
| shiro-database-realm-0.9.jar | 9 KB |
| shiro-database-realm-0.9-sources.jar | 5 KB |
| shiro-database-realm-0.9-javadoc.jar | 55 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.atteo.moonshine/shiro-database-realm/ -->
<dependency>
<groupId>org.atteo.moonshine</groupId>
<artifactId>shiro-database-realm</artifactId>
<version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.atteo.moonshine/shiro-database-realm/
implementation 'org.atteo.moonshine:shiro-database-realm:0.9'
// https://jarcasting.com/artifacts/org.atteo.moonshine/shiro-database-realm/
implementation ("org.atteo.moonshine:shiro-database-realm:0.9")
'org.atteo.moonshine:shiro-database-realm:jar:0.9'
<dependency org="org.atteo.moonshine" name="shiro-database-realm" rev="0.9">
<artifact name="shiro-database-realm" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.atteo.moonshine', module='shiro-database-realm', version='0.9')
)
libraryDependencies += "org.atteo.moonshine" % "shiro-database-realm" % "0.9"
[org.atteo.moonshine/shiro-database-realm "0.9"]