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.
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.seedstack |
| Идентификатор | Идентификаторnuun-bom |
| Последняя версия | Последняя версия2.0.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеAn enterprise-oriented full development stack
|
| Имя Файла | Размер |
|---|---|
| nuun-bom-2.0.0.pom | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.seedstack/nuun-bom/ -->
<dependency>
<groupId>org.seedstack</groupId>
<artifactId>nuun-bom</artifactId>
<version>2.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.seedstack/nuun-bom/
implementation 'org.seedstack:nuun-bom:2.0.0'
// https://jarcasting.com/artifacts/org.seedstack/nuun-bom/
implementation ("org.seedstack:nuun-bom:2.0.0")
'org.seedstack:nuun-bom:pom:2.0.0'
<dependency org="org.seedstack" name="nuun-bom" rev="2.0.0">
<artifact name="nuun-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.seedstack', module='nuun-bom', version='2.0.0')
)
libraryDependencies += "org.seedstack" % "nuun-bom" % "2.0.0"
[org.seedstack/nuun-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.