<dependency> <groupId>tv.hd3g.commons</groupId> <artifactId>parent-web-mysql</artifactId> <version>3.2.0</version> <type>pom</type> </dependency>
implementation 'tv.hd3g.commons:parent-web-mysql:3.2.0'
implementation("tv.hd3g.commons:parent-web-mysql:3.2.0")
libraryDependencies += "tv.hd3g.commons" % "parent-web-mysql" % "3.2.0"
@Grapes( @Grab(group='tv.hd3g.commons', module='parent-web-mysql', version='3.2.0') )
<dependency org="tv.hd3g.commons" name="parent-web-mysql" rev="3.2.0" />
[tv.hd3g.commons/parent-web-mysql "3.2.0"]
'tv.hd3g.commons:parent-web-mysql:jar:3.2.0'
<parent> <groupId>tv.hd3g.commons</groupId> <artifactId>parent-web</artifactId> <version>3.2.0</version> </parent>
compile
|-- org.springframework.boot:spring-boot-starter-data-jpa
|-- mysql:mysql-connector-java