<dependency> <groupId>com.redislabs</groupId> <artifactId>gear_runtime</artifactId> <version>1.2.3</version> </dependency>
implementation 'com.redislabs:gear_runtime:1.2.3'
implementation("com.redislabs:gear_runtime:1.2.3")
libraryDependencies += "com.redislabs" % "gear_runtime" % "1.2.3"
@Grapes( @Grab(group='com.redislabs', module='gear_runtime', version='1.2.3') )
<dependency org="com.redislabs" name="gear_runtime" rev="1.2.3" />
[com.redislabs/gear_runtime "1.2.3"]
'com.redislabs:gear_runtime:jar:1.2.3'
compile
|-- com.fasterxml.jackson.core:jackson-annotations:2.13.0
|-- com.fasterxml.jackson.core:jackson-core:2.13.0
|-- com.fasterxml.jackson.core:jackson-databind:2.13.2.1
test
|-- junit:junit:4.13.1