<dependency> <groupId>tv.hd3g.commons</groupId> <artifactId>parent-web</artifactId> <version>21.0.0</version> <type>pom</type> </dependency>
implementation 'tv.hd3g.commons:parent-web:21.0.0'
implementation("tv.hd3g.commons:parent-web:21.0.0")
libraryDependencies += "tv.hd3g.commons" % "parent-web" % "21.0.0"
@Grapes( @Grab(group='tv.hd3g.commons', module='parent-web', version='21.0.0') )
<dependency org="tv.hd3g.commons" name="parent-web" rev="21.0.0" />
[tv.hd3g.commons/parent-web "21.0.0"]
'tv.hd3g.commons:parent-web:jar:21.0.0'
<parent> <groupId>tv.hd3g.commons</groupId> <artifactId>parent</artifactId> <version>21.0.0</version> </parent>
compile
|-- org.springframework.boot:spring-boot-starter-web
test
|-- org.apache.httpcomponents:httpclient
|-- org.apache.commons:commons-text