| Группа | Группаcom.sohu |
|---|---|
| Идентификатор | Идентификаторsohu-parent |
| Последняя версия | Последняя версия1 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеsohu-parent
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Имя Файла | Размер |
|---|---|
| sohu-parent-1.pom | 4 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.sohu/sohu-parent/ -->
<dependency>
<groupId>com.sohu</groupId>
<artifactId>sohu-parent</artifactId>
<version>1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.sohu/sohu-parent/
implementation 'com.sohu:sohu-parent:1'
// https://jarcasting.com/artifacts/com.sohu/sohu-parent/
implementation ("com.sohu:sohu-parent:1")
'com.sohu:sohu-parent:pom:1'
<dependency org="com.sohu" name="sohu-parent" rev="1">
<artifact name="sohu-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.sohu', module='sohu-parent', version='1')
)
libraryDependencies += "com.sohu" % "sohu-parent" % "1"
[com.sohu/sohu-parent "1"]