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