<dependency> <groupId>io.streamnative</groupId> <artifactId>buildtools</artifactId> <version>4.14.8.1</version> </dependency>
implementation 'io.streamnative:buildtools:4.14.8.1'
implementation("io.streamnative:buildtools:4.14.8.1")
libraryDependencies += "io.streamnative" % "buildtools" % "4.14.8.1"
@Grapes( @Grab(group='io.streamnative', module='buildtools', version='4.14.8.1') )
<dependency org="io.streamnative" name="buildtools" rev="4.14.8.1" />
[io.streamnative/buildtools "4.14.8.1"]
'io.streamnative:buildtools:jar:4.14.8.1'
<parent> <groupId>io.streamnative</groupId> <artifactId>bookkeeper</artifactId> <version>4.14.8.1</version> </parent>