| Группа | Группаcom.bellotapps.webapps |
|---|---|
| Идентификатор | Идентификаторwebapps-commons |
| Версия | Версия0.1.1-RELEASE |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| webapps-commons-0.1.1-RELEASE.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.bellotapps.webapps/webapps-commons/ -->
<dependency>
<groupId>com.bellotapps.webapps</groupId>
<artifactId>webapps-commons</artifactId>
<version>0.1.1-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.bellotapps.webapps/webapps-commons/
implementation 'com.bellotapps.webapps:webapps-commons:0.1.1-RELEASE'
// https://jarcasting.com/artifacts/com.bellotapps.webapps/webapps-commons/
implementation ("com.bellotapps.webapps:webapps-commons:0.1.1-RELEASE")
'com.bellotapps.webapps:webapps-commons:pom:0.1.1-RELEASE'
<dependency org="com.bellotapps.webapps" name="webapps-commons" rev="0.1.1-RELEASE">
<artifact name="webapps-commons" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.bellotapps.webapps', module='webapps-commons', version='0.1.1-RELEASE')
)
libraryDependencies += "com.bellotapps.webapps" % "webapps-commons" % "0.1.1-RELEASE"
[com.bellotapps.webapps/webapps-commons "0.1.1-RELEASE"]