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