<dependency> <groupId>com.aol.simplereact</groupId> <artifactId>simple-react</artifactId> <version>0.96</version> </dependency>
implementation 'com.aol.simplereact:simple-react:0.96'
implementation("com.aol.simplereact:simple-react:0.96")
libraryDependencies += "com.aol.simplereact" % "simple-react" % "0.96"
@Grapes( @Grab(group='com.aol.simplereact', module='simple-react', version='0.96') )
<dependency org="com.aol.simplereact" name="simple-react" rev="0.96" />
[com.aol.simplereact/simple-react "0.96"]
'com.aol.simplereact:simple-react:jar:0.96'
compile
|-- org.slf4j:jcl-over-slf4j:1.6.1
|-- com.nurkiewicz.asyncretry:asyncretry:0.0.6
|-- org.pcollections:pcollections:2.1.2
|-- uk.co.real-logic:Agrona:0.3.1
|-- org.jooq:jool:0.9.6
test
|-- junit:junit:4.12
|-- org.hamcrest:hamcrest-all:1.3
|-- com.aol.cyclops:cyclops-core:4.0.2
|-- org.mockito:mockito-all:1.9.5