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