| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.oehme |
| Идентификатор | Идентификаторoss-parent |
| Последняя версия | Последняя версия5 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеOehme OSS parent
Common definitions for all my open source projects
|
| Организация-разработчик |
Организация-разработчикitemis AG |
| Имя Файла | Размер |
|---|---|
| oss-parent-5.pom | 5 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.oehme/oss-parent/ -->
<dependency>
<groupId>com.github.oehme</groupId>
<artifactId>oss-parent</artifactId>
<version>5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.oehme/oss-parent/
implementation 'com.github.oehme:oss-parent:5'
// https://jarcasting.com/artifacts/com.github.oehme/oss-parent/
implementation ("com.github.oehme:oss-parent:5")
'com.github.oehme:oss-parent:pom:5'
<dependency org="com.github.oehme" name="oss-parent" rev="5">
<artifact name="oss-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.oehme', module='oss-parent', version='5')
)
libraryDependencies += "com.github.oehme" % "oss-parent" % "5"
[com.github.oehme/oss-parent "5"]