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