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 | ArtifactIdcommons-bom |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionAn enterprise-oriented full development stack
|
Filename | Size |
---|---|
commons-bom-2.0.0.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.seedstack/commons-bom/ -->
<dependency>
<groupId>org.seedstack</groupId>
<artifactId>commons-bom</artifactId>
<version>2.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.seedstack/commons-bom/
implementation 'org.seedstack:commons-bom:2.0.0'
// https://jarcasting.com/artifacts/org.seedstack/commons-bom/
implementation ("org.seedstack:commons-bom:2.0.0")
'org.seedstack:commons-bom:pom:2.0.0'
<dependency org="org.seedstack" name="commons-bom" rev="2.0.0">
<artifact name="commons-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.seedstack', module='commons-bom', version='2.0.0')
)
libraryDependencies += "org.seedstack" % "commons-bom" % "2.0.0"
[org.seedstack/commons-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.