<dependency> <groupId>io.trane</groupId> <artifactId>ndbc-api</artifactId> <version>0.1.3</version> </dependency>
implementation 'io.trane:ndbc-api:0.1.3'
implementation("io.trane:ndbc-api:0.1.3")
libraryDependencies += "io.trane" % "ndbc-api" % "0.1.3"
@Grapes( @Grab(group='io.trane', module='ndbc-api', version='0.1.3') )
<dependency org="io.trane" name="ndbc-api" rev="0.1.3" />
[io.trane/ndbc-api "0.1.3"]
'io.trane:ndbc-api:jar:0.1.3'
<parent> <groupId>io.trane</groupId> <artifactId>ndbc</artifactId> <version>0.1.3</version> </parent>
compile
|-- io.trane:future-java:0.3.2
|-- org.reactivestreams:reactive-streams:1.0.2
test
|-- junit:junit:4.12
|-- org.reactivestreams:reactive-streams-tck:1.0.2
|-- org.testng:testng:6.8