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