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