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