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