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.poms |
| Идентификатор | Идентификаторpoms |
| Последняя версия | Последняя версия4.0.2 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеpoms
Clean Java development
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| poms-4.0.2.pom | 16 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.seedstack.poms/poms/ -->
<dependency>
<groupId>org.seedstack.poms</groupId>
<artifactId>poms</artifactId>
<version>4.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.seedstack.poms/poms/
implementation 'org.seedstack.poms:poms:4.0.2'
// https://jarcasting.com/artifacts/org.seedstack.poms/poms/
implementation ("org.seedstack.poms:poms:4.0.2")
'org.seedstack.poms:poms:pom:4.0.2'
<dependency org="org.seedstack.poms" name="poms" rev="4.0.2">
<artifact name="poms" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.seedstack.poms', module='poms', version='4.0.2')
)
libraryDependencies += "org.seedstack.poms" % "poms" % "4.0.2"
[org.seedstack.poms/poms "4.0.2"]
Common poms for SEED stack.
Code and documentation copyright 2013-2015 The SeedStack authors, released under the MPL 2.0 license.