SEED poms
Common poms for SEED stack.
Copyright and license
Code and documentation copyright 2013-2015 The SeedStack authors, released under the MPL 2.0 license.
License |
License |
---|---|
GroupId | GroupIdorg.seedstack |
ArtifactId | ArtifactIdshiro-bom |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionAn enterprise-oriented full development stack
|
Filename | Size |
---|---|
shiro-bom-2.0.0.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.seedstack/shiro-bom/ -->
<dependency>
<groupId>org.seedstack</groupId>
<artifactId>shiro-bom</artifactId>
<version>2.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.seedstack/shiro-bom/
implementation 'org.seedstack:shiro-bom:2.0.0'
// https://jarcasting.com/artifacts/org.seedstack/shiro-bom/
implementation ("org.seedstack:shiro-bom:2.0.0")
'org.seedstack:shiro-bom:pom:2.0.0'
<dependency org="org.seedstack" name="shiro-bom" rev="2.0.0">
<artifact name="shiro-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.seedstack', module='shiro-bom', version='2.0.0')
)
libraryDependencies += "org.seedstack" % "shiro-bom" % "2.0.0"
[org.seedstack/shiro-bom "2.0.0"]
Common poms for SEED stack.
Code and documentation copyright 2013-2015 The SeedStack authors, released under the MPL 2.0 license.