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