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