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