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