<dependency> <groupId>com.github.fridujo</groupId> <artifactId>jdbc-sample</artifactId> <version>1.0.0</version> </dependency>
implementation 'com.github.fridujo:jdbc-sample:1.0.0'
implementation("com.github.fridujo:jdbc-sample:1.0.0")
libraryDependencies += "com.github.fridujo" % "jdbc-sample" % "1.0.0"
@Grapes( @Grab(group='com.github.fridujo', module='jdbc-sample', version='1.0.0') )
<dependency org="com.github.fridujo" name="jdbc-sample" rev="1.0.0" />
[com.github.fridujo/jdbc-sample "1.0.0"]
'com.github.fridujo:jdbc-sample:jar:1.0.0'
<parent> <groupId>com.github.fridujo</groupId> <artifactId>spring-automocker-reactor</artifactId> <version>1.0.0</version> </parent>
compile
|-- org.springframework.boot:spring-boot-starter-data-jpa
|-- org.hsqldb:hsqldb:2.4.0
|-- com.github.fridujo:spring-automocker
|-- com.github.sbrannen:spring-test-junit5
|-- com.h2database:h2