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