<dependency> <groupId>com.hedera.pbj</groupId> <artifactId>pbj-runtime</artifactId> <version>0.9.2</version> </dependency>
implementation 'com.hedera.pbj:pbj-runtime:0.9.2'
implementation("com.hedera.pbj:pbj-runtime:0.9.2")
libraryDependencies += "com.hedera.pbj" % "pbj-runtime" % "0.9.2"
@Grapes( @Grab(group='com.hedera.pbj', module='pbj-runtime', version='0.9.2') )
<dependency org="com.hedera.pbj" name="pbj-runtime" rev="0.9.2" />
[com.hedera.pbj/pbj-runtime "0.9.2"]
'com.hedera.pbj:pbj-runtime:jar:0.9.2'
compile
|-- org.antlr:antlr4-runtime:4.11.1