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