is not current version
Last Version 4.0.0

org.roboguice:roboblender 3.0

The annotation processor of RoboGuice

Categories

Categories

GUI User Interface Guice Application Layer Libs Dependency Injection
GroupId

GroupId

org.roboguice
ArtifactId

ArtifactId

roboblender
Version

Version

3.0
Type

Type

jar

Download roboblender 3.0


<!-- https://jarcasting.com/artifacts/org.roboguice/roboblender/ -->
<dependency>
    <groupId>org.roboguice</groupId>
    <artifactId>roboblender</artifactId>
    <version>3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.roboguice/roboblender/
implementation 'org.roboguice:roboblender:3.0'
// https://jarcasting.com/artifacts/org.roboguice/roboblender/
implementation ("org.roboguice:roboblender:3.0")
'org.roboguice:roboblender:jar:3.0'
<dependency org="org.roboguice" name="roboblender" rev="3.0">
  <artifact name="roboblender" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.roboguice', module='roboblender', version='3.0')
)
libraryDependencies += "org.roboguice" % "roboblender" % "3.0"
[org.roboguice/roboblender "3.0"]