| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.uulookingfor |
| Идентификатор | Идентификаторoss-parent |
| Последняя версия | Последняя версия1.0.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеOSSParent
This is the common settings for maven projects to publish to Maven Central Repository,
artifacts extend from this one can publish to the repo without any setting.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| oss-parent-1.0.0.pom | 4 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.uulookingfor/oss-parent/ -->
<dependency>
<groupId>com.uulookingfor</groupId>
<artifactId>oss-parent</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.uulookingfor/oss-parent/
implementation 'com.uulookingfor:oss-parent:1.0.0'
// https://jarcasting.com/artifacts/com.uulookingfor/oss-parent/
implementation ("com.uulookingfor:oss-parent:1.0.0")
'com.uulookingfor:oss-parent:pom:1.0.0'
<dependency org="com.uulookingfor" name="oss-parent" rev="1.0.0">
<artifact name="oss-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.uulookingfor', module='oss-parent', version='1.0.0')
)
libraryDependencies += "com.uulookingfor" % "oss-parent" % "1.0.0"
[com.uulookingfor/oss-parent "1.0.0"]