GroupId | GroupIdcom.hedera.hashgraph |
---|---|
ArtifactId | ArtifactIdhedera-services |
Version | Version0.11.0 |
Type | Typepom |
Filename | Size |
---|---|
hedera-services-0.11.0.pom | 17 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hedera.hashgraph/hedera-services/ -->
<dependency>
<groupId>com.hedera.hashgraph</groupId>
<artifactId>hedera-services</artifactId>
<version>0.11.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.hedera.hashgraph/hedera-services/
implementation 'com.hedera.hashgraph:hedera-services:0.11.0'
// https://jarcasting.com/artifacts/com.hedera.hashgraph/hedera-services/
implementation ("com.hedera.hashgraph:hedera-services:0.11.0")
'com.hedera.hashgraph:hedera-services:pom:0.11.0'
<dependency org="com.hedera.hashgraph" name="hedera-services" rev="0.11.0">
<artifact name="hedera-services" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.hedera.hashgraph', module='hedera-services', version='0.11.0')
)
libraryDependencies += "com.hedera.hashgraph" % "hedera-services" % "0.11.0"
[com.hedera.hashgraph/hedera-services "0.11.0"]