<dependency> <groupId>com.bucket4j</groupId> <artifactId>bucket4j-parent</artifactId> <version>8.0.0</version> <type>pom</type> </dependency>
implementation 'com.bucket4j:bucket4j-parent:8.0.0'
implementation("com.bucket4j:bucket4j-parent:8.0.0")
libraryDependencies += "com.bucket4j" % "bucket4j-parent" % "8.0.0"
@Grapes( @Grab(group='com.bucket4j', module='bucket4j-parent', version='8.0.0') )
<dependency org="com.bucket4j" name="bucket4j-parent" rev="8.0.0" />
[com.bucket4j/bucket4j-parent "8.0.0"]
'com.bucket4j:bucket4j-parent:jar:8.0.0'
test
|-- junit:junit:4.13.1
|-- org.spockframework:spock-core:2.1-groovy-2.5
|-- org.codehaus.groovy:groovy:2.5.15
|-- cglib:cglib-nodep:3.3.0
|-- org.gridkit.lab:nanocloud:0.8.16
|-- ch.qos.logback:logback-classic:1.2.3
|-- com.fasterxml.jackson.core:jackson-databind:2.12.6.1