<dependency> <groupId>org.roboguice</groupId> <artifactId>roboblender</artifactId> <version>3.0.1</version> </dependency>
implementation 'org.roboguice:roboblender:3.0.1'
implementation("org.roboguice:roboblender:3.0.1")
libraryDependencies += "org.roboguice" % "roboblender" % "3.0.1"
@Grapes( @Grab(group='org.roboguice', module='roboblender', version='3.0.1') )
<dependency org="org.roboguice" name="roboblender" rev="3.0.1" />
[org.roboguice/roboblender "3.0.1"]
'org.roboguice:roboblender:jar:3.0.1'
<parent> <groupId>org.roboguice</groupId> <artifactId>roboguice-aggregator</artifactId> <version>3.0.1</version> </parent>
compile
|-- org.apache.velocity:velocity:1.7