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