<dependency>
<groupId>com.lexicalscope.jewelcli</groupId>
<artifactId>jewelcli</artifactId>
<version>0.8.3</version>
</dependency>
@Grapes(
@Grab(group='com.lexicalscope.jewelcli', module='jewelcli', version='0.8.3')
)
<parent> <groupId>com.lexicalscope.jewelcli</groupId> <artifactId>jewelcli-parent</artifactId> <version>0.8.3</version> </parent>
compile
|-- com.lexicalscope.fluent-reflection:fluent-reflection:0.1.0
|-- org.hamcrest:hamcrest-integration:1.3.RC2
|-- com.google.inject:guice:3.0
|-- org.apache.commons:commons-lang3:3.0.1
|-- com.googlecode.lambdaj:lambdaj:2.3.1
|-- com.google.guava:guava:10.0
test
|-- com.lexicalscope.fluent-reflection:fluent-reflection:0.0.11