| Лицензия |
Лицензия |
|---|---|
| Группа | Группаnl.bebr.util.api |
| Идентификатор | Идентификаторparent |
| Последняя версия | Последняя версия0.4-NB126 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеapi-parent
Misc. base API's, models, and utilities used across multiple projects (e.g. both agrosense and mapviewer)
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| parent-0.4-NB126.pom | 10 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/nl.bebr.util.api/parent/ -->
<dependency>
<groupId>nl.bebr.util.api</groupId>
<artifactId>parent</artifactId>
<version>0.4-NB126</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/nl.bebr.util.api/parent/
implementation 'nl.bebr.util.api:parent:0.4-NB126'
// https://jarcasting.com/artifacts/nl.bebr.util.api/parent/
implementation ("nl.bebr.util.api:parent:0.4-NB126")
'nl.bebr.util.api:parent:pom:0.4-NB126'
<dependency org="nl.bebr.util.api" name="parent" rev="0.4-NB126">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='nl.bebr.util.api', module='parent', version='0.4-NB126')
)
libraryDependencies += "nl.bebr.util.api" % "parent" % "0.4-NB126"
[nl.bebr.util.api/parent "0.4-NB126"]