| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.googlecode.web-commons |
| Идентификатор | Идентификаторweb-common-parent |
| Последняя версия | Последняя версия1.0.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеweb-common-parent
Contains common settings for web-commons modules
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчикGoogle Code |
| Имя Файла | Размер |
|---|---|
| web-common-parent-1.0.0.pom | 11 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.googlecode.web-commons/web-common-parent/ -->
<dependency>
<groupId>com.googlecode.web-commons</groupId>
<artifactId>web-common-parent</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.web-commons/web-common-parent/
implementation 'com.googlecode.web-commons:web-common-parent:1.0.0'
// https://jarcasting.com/artifacts/com.googlecode.web-commons/web-common-parent/
implementation ("com.googlecode.web-commons:web-common-parent:1.0.0")
'com.googlecode.web-commons:web-common-parent:pom:1.0.0'
<dependency org="com.googlecode.web-commons" name="web-common-parent" rev="1.0.0">
<artifact name="web-common-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.web-commons', module='web-common-parent', version='1.0.0')
)
libraryDependencies += "com.googlecode.web-commons" % "web-common-parent" % "1.0.0"
[com.googlecode.web-commons/web-common-parent "1.0.0"]