<dependency> <groupId>io.trane</groupId> <artifactId>ndbc-mysql</artifactId> <version>0.1.3</version> </dependency>
implementation 'io.trane:ndbc-mysql:0.1.3'
implementation("io.trane:ndbc-mysql:0.1.3")
libraryDependencies += "io.trane" % "ndbc-mysql" % "0.1.3"
@Grapes( @Grab(group='io.trane', module='ndbc-mysql', version='0.1.3') )
<dependency org="io.trane" name="ndbc-mysql" rev="0.1.3" />
[io.trane/ndbc-mysql "0.1.3"]
'io.trane:ndbc-mysql:jar:0.1.3'
<parent> <groupId>io.trane</groupId> <artifactId>ndbc</artifactId> <version>0.1.3</version> </parent>
compile
|-- io.trane:ndbc-core:0.1.3
test
|-- ch.qos.logback:logback-classic:1.2.3
|-- junit:junit:4.12