GroupId | GroupIdcom.hedera.hashgraph |
---|---|
ArtifactId | ArtifactIdhedera-services |
Version | Version0.10.0-rc.1 |
Type | Typepom |
Filename | Size |
---|---|
hedera-services-0.10.0-rc.1.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.10.0-rc.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.hedera.hashgraph/hedera-services/
implementation 'com.hedera.hashgraph:hedera-services:0.10.0-rc.1'
// https://jarcasting.com/artifacts/com.hedera.hashgraph/hedera-services/
implementation ("com.hedera.hashgraph:hedera-services:0.10.0-rc.1")
'com.hedera.hashgraph:hedera-services:pom:0.10.0-rc.1'
<dependency org="com.hedera.hashgraph" name="hedera-services" rev="0.10.0-rc.1">
<artifact name="hedera-services" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.hedera.hashgraph', module='hedera-services', version='0.10.0-rc.1')
)
libraryDependencies += "com.hedera.hashgraph" % "hedera-services" % "0.10.0-rc.1"
[com.hedera.hashgraph/hedera-services "0.10.0-rc.1"]